[PATCH 0/7] perf tools: Force fixdep to be built first

From: Jiri Olsa
Date: Sun Dec 04 2016 - 15:44:08 EST


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(-)