From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756744AbcBIMOC (ORCPT ); Tue, 9 Feb 2016 07:14:02 -0500 Received: from terminus.zytor.com ([198.137.202.10]:35775 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755638AbcBIMOA (ORCPT ); Tue, 9 Feb 2016 07:14:00 -0500 Date: Tue, 9 Feb 2016 04:13:44 -0800 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com, namhyung@kernel.org, jolsa@redhat.com, acme@redhat.com, wangnan0@huawei.com, adrian.hunter@intel.com, dsahern@gmail.com, mingo@kernel.org Reply-To: namhyung@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, dsahern@gmail.com, adrian.hunter@intel.com, acme@redhat.com, wangnan0@huawei.com, jolsa@redhat.com To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf build tests: Do parallell builds with ' build-test' Git-Commit-ID: be9e49911123516ef883836906269832aec37e01 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: be9e49911123516ef883836906269832aec37e01 Gitweb: http://git.kernel.org/tip/be9e49911123516ef883836906269832aec37e01 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 3 Feb 2016 17:28:45 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 4 Feb 2016 15:57:00 -0300 perf build tests: Do parallell builds with 'build-test' Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-jhmnf9g7y9ryqcjql00unk5y@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- 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: