]> git.lizzy.rs Git - rust.git/blobdiff - Makefile.in
Test and gate empty structures and variants better
[rust.git] / Makefile.in
index 31fa8c87449737bd1dffdc2eb8433079a17adcae..baa7e77394a0da49f690c804860af26e528771e7 100644 (file)
@@ -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.