Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1330151 > unrolled thread

[tip:perf/core] perf build tests: Do parallell builds with ' build-test'

Started bytip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com>
First post2016-02-09 13:20 +0100
Last post2016-02-09 13:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [tip:perf/core] perf build tests: Do parallell builds with '  build-test' tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2016-02-09 13:20 +0100

#1330151 — [tip:perf/core] perf build tests: Do parallell builds with ' build-test'

Fromtip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com>
Date2016-02-09 13:20 +0100
Subject[tip:perf/core] perf build tests: Do parallell builds with ' build-test'
Message-ID<r0fqX-3Sj-29@gated-at.bofh.it>
Commit-ID:  be9e49911123516ef883836906269832aec37e01
Gitweb:     http://git.kernel.org/tip/be9e49911123516ef883836906269832aec37e01
Author:     Arnaldo Carvalho de Melo <acme@redhat.com>
AuthorDate: Wed, 3 Feb 2016 17:28:45 -0300
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 4 Feb 2016 15:57:00 -0300

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>
---
 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:

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web