Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933898AbbLWR6k (ORCPT ); Wed, 23 Dec 2015 12:58:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60314 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933228AbbLWR6j (ORCPT ); Wed, 23 Dec 2015 12:58:39 -0500 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Wang Nan , pi3orama , lizefan@huawei.com Subject: [PATCH 0/5] tools build: Make FEATURE_DUMP include makefile Date: Wed, 23 Dec 2015 18:58:29 +0100 Message-Id: <1450893514-9158-1-git-send-email-jolsa@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1319 Lines: 40 hi, Changing the contents of the FEATURE-DUMP file, so it looks like: feature-backtrace=1 feature-dwarf=0 feature-fortify-source=1 feature-sync-compare-and-swap=0 This way it could get included in sub projects, so they won't be forced to redo features detection. changing bpf library to use that, so it's not forced to rerun feature detection if compiled within perf. Also available in: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git thanks, jirka --- Jiri Olsa (5): tools build feature: Fix feature_check_display_code typo tools build feature: Move dwarf post unwind choice output into perf tools build feature: Introduce feature_ass macro tools build feature: Use value assignment form for FEATURE-DUMP file perf build: Use FEATURE-DUMP in bpf subproject tools/build/Makefile.feature | 41 +++++++++++++++++++++++++++-------------- tools/lib/bpf/Makefile | 4 ++++ tools/perf/Makefile.perf | 2 +- tools/perf/config/Makefile | 4 ++++ 4 files changed, 36 insertions(+), 15 deletions(-) -- 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/