about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-03-03 18:45:45 +0800
committerGitHub <noreply@github.com>2018-03-03 18:45:45 +0800
commit14b6262fde5039c4eaf67d58d4de45b62d4d2313 (patch)
treead96e31a15f2991b218c4216bb6effbdddf7a4a3 /src/libstd/sys/unix/process/process_unix.rs
parentae6fe8f283503277504fa60171224d5035549988 (diff)
parent2269ff521fe2a945e462d5156799011c5fce2966 (diff)
downloadrust-14b6262fde5039c4eaf67d58d4de45b62d4d2313.tar.gz
rust-14b6262fde5039c4eaf67d58d4de45b62d4d2313.zip
Rollup merge of #48569 - Phlosioneer:x-py-help-optimization, r=petrochenkov
Improve --help performance for x.py

Since compiling the bootstrap command doesn't require any submodules,
we can skip updating submodules when a --help command is passed in.
On my machine, this saves 1 minute if the submodules are already
downloaded, and 10 minutes if run on a clean repo.

This commit also adds a message before compiling/downloading anything
when a --help command is passed in, to tell the user WHY --help
takes so long to complete. It also points the user to the bootstrap
README.md for faster help.

Finally, this fixes one warning message that still referenced using
make instead of x.py, even though x.py is now the standard way of
building rust.

Closes #37305
Diffstat (limited to 'src/libstd/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions