bootstrap: reinterpret the main advantage of x.py setup
This commit is contained in:
parent
32aadc516b
commit
f4e02a193e
@ -1,8 +1,9 @@
|
||||
//! First time setup of a dev environment
|
||||
//!
|
||||
//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
|
||||
//! for modifying, building, and running the compiler and library. The main convenience is to allow
|
||||
//! not having to painstakingly set every single option in config.toml.
|
||||
//! for modifying, building, and running the compiler and library. Running arbitrary configuration
|
||||
//! allows setting up things that cannot be simply captured inside the config.toml, in addition to
|
||||
//! leading people away from manually editing most of the config.toml values.
|
||||
|
||||
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
|
||||
use crate::t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user