Skip to content

Commit f4e02a1

Browse files
bootstrap: reinterpret the main advantage of x.py setup
1 parent 32aadc5 commit f4e02a1

File tree

1 file changed

+3
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+3
-2
lines changed

src/bootstrap/src/core/build_steps/setup.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//! First time setup of a dev environment
22
//!
33
//! These are build-and-run steps for `./x.py setup`, which allows quickly setting up the directory
4-
//! for modifying, building, and running the compiler and library. The main convenience is to allow
5-
//! not having to painstakingly set every single option in config.toml.
4+
//! for modifying, building, and running the compiler and library. Running arbitrary configuration
5+
//! allows setting up things that cannot be simply captured inside the config.toml, in addition to
6+
//! leading people away from manually editing most of the config.toml values.
67
78
use crate::core::builder::{Builder, RunConfig, ShouldRun, Step};
89
use crate::t;

0 commit comments

Comments
 (0)