From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbcLDUnb (ORCPT ); Sun, 4 Dec 2016 15:43:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40662 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbcLDUn3 (ORCPT ); Sun, 4 Dec 2016 15:43:29 -0500 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , Ingo Molnar , Peter Zijlstra , Namhyung Kim , David Ahern Subject: [PATCH 0/7] perf tools: Force fixdep to be built first Date: Sun, 4 Dec 2016 21:42:51 +0100 Message-Id: <1480884178-8072-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.29]); Sun, 04 Dec 2016 20:43:01 +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 Arnaldo, this is based on top of your acme/tmp.perf/fixdep branch. thanks, jirka --- Jiri Olsa (7): tools build: Make the .cmd file more readable tools build: Move tabs to spaces where suitable perf tools: Move install-gtk target into rules area perf tools: Move python/perf.so target into rules area perf tools: Force fixdep compilation at the start of the build perf tools: Add non config targets perf tools: Cleanup build directory before each test tools/build/Build.include | 14 +++++------ tools/build/Makefile.feature | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------- tools/build/feature/Makefile | 102 +++++++++++++++++++++++++++++++++++++-------------------------------------- tools/perf/Makefile.perf | 87 ++++++++++++++++++++++++++++++++++++++++++---------------------- tools/perf/tests/make | 2 +- 5 files changed, 186 insertions(+), 157 deletions(-)