diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-29 13:59:33 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-29 13:59:33 +0530 |
| commit | 1659075b4aa3f9e61e8d9e27f2f00d768effbc8e (patch) | |
| tree | 0a84b5a12d59bcb3ce8a1f8c523b9f42e076c8c8 | |
| parent | 4adcc78e00b4ae6cd37070669bc1f57111338648 (diff) | |
| parent | 9b6fe6ca368668f3b4950c49546d3d06125b9f01 (diff) | |
| download | rust-1659075b4aa3f9e61e8d9e27f2f00d768effbc8e.tar.gz rust-1659075b4aa3f9e61e8d9e27f2f00d768effbc8e.zip | |
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`.
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d3bb5a541a4..1fe96189632 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. |
