X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile.in;h=baa7e77394a0da49f690c804860af26e528771e7;hb=fbce4503f887ce1b3209feea4c8d15080e8ec241;hp=d3bb5a541a47067e54e6838f70c687104dfa3e6b;hpb=0250ff9a5f1347f3177516e178fd8382d48169c7;p=rust.git diff --git a/Makefile.in b/Makefile.in index d3bb5a541a4..baa7e77394a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ # # * check - Run the complete test suite # -# * clean - Clean the build repertory. It is advised to run this +# * clean - Clean the build repository. It is advised to run this # command if you want to build Rust again, after an update # of the git repository. # @@ -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. @@ -90,7 +91,7 @@ # # # Rust recipes for build system success # -# // Modifying libstd? Use this comment to run unit tests just on your change +# // Modifying libstd? Use this command to run unit tests just on your change # make check-stage1-std NO_REBUILD=1 NO_BENCH=1 # # // Added a run-pass test? Use this to test running your test