Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753894AbbETM1X (ORCPT ); Wed, 20 May 2015 08:27:23 -0400 Received: from terminus.zytor.com ([198.137.202.10]:56940 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818AbbETM1S (ORCPT ); Wed, 20 May 2015 08:27:18 -0400 Date: Wed, 20 May 2015 05:26:33 -0700 From: tip-bot for Wang Nan Message-ID: Cc: hpa@zytor.com, acme@redhat.com, paulus@samba.org, namhyung@kernel.org, masami.hiramatsu.pt@hitachi.com, wangnan0@huawei.com, daniel@iogearbox.net, ast@plumgrid.com, brendan.d.gregg@gmail.com, a.p.zijlstra@chello.nl, mingo@redhat.com, jolsa@kernel.org, dsahern@gmail.com, tglx@linutronix.de, lizefan@huawei.com, linux-kernel@vger.kernel.org, mingo@kernel.org Reply-To: daniel@iogearbox.net, ast@plumgrid.com, hpa@zytor.com, wangnan0@huawei.com, namhyung@kernel.org, masami.hiramatsu.pt@hitachi.com, acme@redhat.com, paulus@samba.org, brendan.d.gregg@gmail.com, a.p.zijlstra@chello.nl, mingo@redhat.com, mingo@kernel.org, dsahern@gmail.com, lizefan@huawei.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, jolsa@kernel.org In-Reply-To: <1431860222-61636-5-git-send-email-wangnan0@huawei.com> References: <1431860222-61636-5-git-send-email-wangnan0@huawei.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding Git-Commit-ID: 8135c8c750cf018cd43bf955117529467ba178db 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 Content-Length: 2110 Lines: 59 Commit-ID: 8135c8c750cf018cd43bf955117529467ba178db Gitweb: http://git.kernel.org/tip/8135c8c750cf018cd43bf955117529467ba178db Author: Wang Nan AuthorDate: Sun, 17 May 2015 10:56:29 +0000 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 18 May 2015 12:36:46 -0300 tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding Replace strong binding of FEATURE_TESTS and FEATURE_DISPLAY by weak binding. This patch enables other makefiles which include tools/build/Makefile.feature enable only limited feathres to check. Signed-off-by: Wang Nan Acked-by: Jiri Olsa Cc: Alexei Starovoitov Cc: Brendan Gregg Cc: Daniel Borkmann Cc: David Ahern Cc: Ingo Molnar Cc: Masami Hiramatsu Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: pi3orama@163.com Cc: Zefan Li Link: http://lkml.kernel.org/r/1431860222-61636-5-git-send-email-wangnan0@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/build/Makefile.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index 3a0b0ca..2975632 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature @@ -27,7 +27,7 @@ endef # the rule that uses them - an example for that is the 'bionic' # feature check. ] # -FEATURE_TESTS = \ +FEATURE_TESTS ?= \ backtrace \ dwarf \ fortify-source \ @@ -53,7 +53,7 @@ FEATURE_TESTS = \ zlib \ lzma -FEATURE_DISPLAY = \ +FEATURE_DISPLAY ?= \ dwarf \ glibc \ gtk2 \ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/