X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile.in;h=e41ce56b9ed0c9b5d87e928cfbff73e79b1760bb;hb=8b3856b1bc1c23969e5d8983f25cf85698a5c2b1;hp=8968fabf1b4b37f54bcc03c6e34b75ac1980ed49;hpb=ec37d456aa6b0c8210013d3478b68d1413eae036;p=rust.git diff --git a/Makefile.in b/Makefile.in index 8968fabf1b4..e41ce56b9ed 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. # @@ -220,19 +220,12 @@ endif # The test suite ifneq ($(strip $(findstring check,$(MAKECMDGOALS)) \ $(findstring test,$(MAKECMDGOALS)) \ - $(findstring perf,$(MAKECMDGOALS)) \ $(findstring tidy,$(MAKECMDGOALS))),) CFG_INFO := $(info cfg: including test rules) include $(CFG_SRC_DIR)mk/tests.mk include $(CFG_SRC_DIR)mk/grammar.mk endif -# Performance and benchmarking -ifneq ($(findstring perf,$(MAKECMDGOALS)),) - CFG_INFO := $(info cfg: including perf rules) - include $(CFG_SRC_DIR)mk/perf.mk -endif - # Copy all the distributables to another directory for binary install ifneq ($(strip $(findstring prepare,$(MAKECMDGOALS)) \ $(findstring dist,$(MAKECMDGOALS)) \