[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-jhmnf9g7y9ryqcjql00unk5y@git.kernel.org>
Date: Tue, 9 Feb 2016 04:13:44 -0800
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: tglx@...utronix.de, linux-kernel@...r.kernel.org, hpa@...or.com,
namhyung@...nel.org, jolsa@...hat.com, acme@...hat.com,
wangnan0@...wei.com, adrian.hunter@...el.com, dsahern@...il.com,
mingo@...nel.org
Subject: [tip:perf/core] perf build tests: Do parallell builds with '
build-test'
Commit-ID: be9e49911123516ef883836906269832aec37e01
Gitweb: http://git.kernel.org/tip/be9e49911123516ef883836906269832aec37e01
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Wed, 3 Feb 2016 17:28:45 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Thu, 4 Feb 2016 15:57:00 -0300
perf build tests: Do parallell builds with 'build-test'
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: http://lkml.kernel.org/n/tip-jhmnf9g7y9ryqcjql00unk5y@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 67837c6..32a64e6 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -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:
Powered by blists - more mailing lists