X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile.in;h=e41ce56b9ed0c9b5d87e928cfbff73e79b1760bb;hb=8b3856b1bc1c23969e5d8983f25cf85698a5c2b1;hp=baa7e77394a0da49f690c804860af26e528771e7;hpb=837840c61fce44da78096110ff83c91099a83da7;p=rust.git diff --git a/Makefile.in b/Makefile.in index baa7e77394a..e41ce56b9ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)) \