[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1480884178-8072-1-git-send-email-jolsa@kernel.org>
Date: Sun, 4 Dec 2016 21:42:51 +0100
From: Jiri Olsa <jolsa@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Namhyung Kim <namhyung@...nel.org>,
David Ahern <dsahern@...il.com>
Subject: [PATCH 0/7] perf tools: Force fixdep to be built first
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(-)
Powered by blists - more mailing lists