perf build tests: Do parallell builds with 'build-test'
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 3 Feb 2016 20:28:45 +0000 (17:28 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 4 Feb 2016 18:57:00 +0000 (15:57 -0300)
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>
tools/perf/Makefile

index 67837c6cdbd8eb55e4f1380c0916e22b440c9a59..32a64e6190288e5110cfa6de78138aceb955e7af 100644 (file)
@@ -99,7 +99,7 @@ clean:
 # make -C tools/perf -f tests/make
 #
 build-test:
-       @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile --no-print-directory tarpkg out
+       @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-directory tarpkg out
 
 #
 # All other targets get passed through:
This page took 0.032184 seconds and 5 git commands to generate.