Module bootstrap::core::build_steps::install
source ยท Expand description
Implementation of the install aspects of the compiler.
This module is responsible for installing the standard library, compiler, and documentation.
Macrosยง
- install ๐
Structsยง
Constantsยง
- SHELL ๐
Functionsยง
- default_path ๐
- install_sh ๐
- prepare_dir ๐
- sanitize_sh ๐We have to run a few shell scripts, which choke quite a bit on both
\
characters and onC:\
paths, so normalize both of them away.