diff options
| author | Ralf Jung <post@ralfj.de> | 2017-06-07 22:08:48 -0700 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2017-06-07 22:08:48 -0700 |
| commit | 7359c791b50ebe0fa7ccf48faf5a272491c779e3 (patch) | |
| tree | a5346c724e669a597e243b885a752cba96ac0833 | |
| parent | e37cfc7dd29aeea001d006e7dbd1a53556f9f1de (diff) | |
| download | rust-7359c791b50ebe0fa7ccf48faf5a272491c779e3.tar.gz rust-7359c791b50ebe0fa7ccf48faf5a272491c779e3.zip | |
bootstrap: further clarify build --help
| -rw-r--r-- | src/bootstrap/flags.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index 3a265b2f3bb..56cbb4cecf2 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -196,13 +196,14 @@ Arguments: ./x.py build ./x.py build --stage 1 - For a quick build with a usable compile, you can pass: + For a quick build of a usable compiler, you can pass: ./x.py build --stage 1 src/libtest This will first build everything once (like --stage 0 without further arguments would), and then use the compiler built in stage 0 to build - src/libtest and its dependencies."); + src/libtest and its dependencies. + Once this is done, build/$ARCH/stage1 contains a usable compiler."); } "test" => { subcommand_help.push_str("\n |
