diff options
| author | Peter Elmers <peter.elmers@yahoo.com> | 2015-06-28 18:49:22 -0700 |
|---|---|---|
| committer | Peter Elmers <peter.elmers@yahoo.com> | 2015-06-28 18:49:22 -0700 |
| commit | 9b6fe6ca368668f3b4950c49546d3d06125b9f01 (patch) | |
| tree | 8fa32bafe1fc738854f1f2f8c639e0037992e9da | |
| parent | 2671e8cee08eb35013dc211286a6765c80b49c29 (diff) | |
| download | rust-9b6fe6ca368668f3b4950c49546d3d06125b9f01.tar.gz rust-9b6fe6ca368668f3b4950c49546d3d06125b9f01.zip | |
Add tip to do partial compile.
| -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. |
