diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-02-03 15:28:45 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-02-04 13:57:00 -0500 |
| commit | be9e49911123516ef883836906269832aec37e01 (patch) | |
| tree | 92ba19be864a3537cd2d6a08f3d8c4dd8de7002b | |
| parent | 3e2751d9169563486c2bfe7382726f1315cb156b (diff) | |
perf build tests: Do parallell builds with 'build-test'
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-jhmnf9g7y9ryqcjql00unk5y@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
| -rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 67837c6cdbd8..32a64e619028 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
| @@ -99,7 +99,7 @@ clean: | |||
| 99 | # make -C tools/perf -f tests/make | 99 | # make -C tools/perf -f tests/make |
| 100 | # | 100 | # |
| 101 | build-test: | 101 | build-test: |
| 102 | @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile --no-print-directory tarpkg out | 102 | @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-directory tarpkg out |
| 103 | 103 | ||
| 104 | # | 104 | # |
| 105 | # All other targets get passed through: | 105 | # All other targets get passed through: |
