diff options
-rw-r--r-- | tools/perf/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index e4ff0bd08870..4b68f465195c 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -75,10 +75,17 @@ clean: | |||
75 | $(make) | 75 | $(make) |
76 | 76 | ||
77 | # | 77 | # |
78 | # The build-test target is not really parallel, don't print the jobs info: | 78 | # The build-test target is not really parallel, don't print the jobs info, |
79 | # it also uses only the tests/make targets that don't pollute the source | ||
80 | # repository, i.e. that uses O= or builds the tarpkg outside the source | ||
81 | # repo directories. | ||
82 | # | ||
83 | # For a full test, use: | ||
84 | # | ||
85 | # make -C tools/perf -f tests/make | ||
79 | # | 86 | # |
80 | build-test: | 87 | build-test: |
81 | @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 --no-print-directory | 88 | @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile --no-print-directory tarpkg out |
82 | 89 | ||
83 | # | 90 | # |
84 | # All other targets get passed through: | 91 | # All other targets get passed through: |