From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752966AbcLFNS6 (ORCPT ); Tue, 6 Dec 2016 08:18:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38232 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654AbcLFNSz (ORCPT ); Tue, 6 Dec 2016 08:18:55 -0500 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , Ingo Molnar , Peter Zijlstra , Namhyung Kim , David Ahern Subject: [PATCHv2 0/4] perf tools: Force fixdep to be built first Date: Tue, 6 Dec 2016 14:18:47 +0100 Message-Id: <1481030331-31944-1-git-send-email-jolsa@kernel.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 06 Dec 2016 13:18:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, changing Makefile.perf to force building fixdep before everything else, in order to avoid fixdep build races due to forgotten dependencies. And some build fixes that piled up around the fixdep change. Available also here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/fixes v2 changes: - keep the fixdep code more separated from the rest - added check-headers.sh script - added 2 extra fixes thanks, jirka --- Jiri Olsa (4): perf tools: Move PERF-VERSION-FILE target into rules area perf tools: Force fixdep compilation at the start of the build perf tools: Move perf build related variables under non fixdep leg perf tools: Move headers check into bash script tools/perf/Makefile.perf | 162 +++++++++++++++++++++++++++++++------------------------------------------------------------------------ tools/perf/check-headers.sh | 59 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+), 114 deletions(-) create mode 100755 tools/perf/check-headers.sh