1
Fork 0

Rollup merge of #26644 - pelmers:make_stage_tip, r=sfackler

I keep forgetting the command to do partial stage1 compile, so I think it would be helpful to add it into `make tips`.
This commit is contained in:
Manish Goregaokar 2015-06-29 13:59:33 +05:30
commit 1659075b4a

View file

@ -62,6 +62,7 @@
# * tidy-basic - show file / line stats
# * tidy-errors - show the highest rustc error code
# * tidy-features - show the status of language and lib features
# * rustc-stage$(stage) - Only build up to a specific stage
#
# Then mix in some of these environment variables to harness the
# ultimate power of The Rust Build System.