Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535709
| From | Jiri Olsa <jolsa@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] perf tools: Force fixdep to be built first |
| Date | 2016-12-04 21:50 +0100 |
| Message-ID | <sKLTr-3vB-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] perf tools: Force fixdep to be built first Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[PATCH 3/7] perf tools: Move install-gtk target into rules area Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[tip:perf/core] perf tools: Move install-gtk target into rules area tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-06 09:30 +0100
[PATCH 6/7] perf tools: Add non config targets Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[tip:perf/core] perf tools: Add non config targets tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-06 09:40 +0100
[PATCH 1/7] tools build: Make the .cmd file more readable Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[tip:perf/core] tools build: Make the .cmd file more readable tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-06 09:50 +0100
[PATCH 2/7] tools build: Move tabs to spaces where suitable Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[tip:perf/core] tools build: Move tabs to spaces where suitable tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-06 09:30 +0100
[PATCH 5/7] perf tools: Force fixdep compilation at the start of the build Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
Re: [PATCH 5/7] perf tools: Force fixdep compilation at the start of the build Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-12-05 21:10 +0100
Re: [PATCH 5/7] perf tools: Force fixdep compilation at the start of the build Jiri Olsa <jolsa@redhat.com> - 2016-12-06 11:50 +0100
[PATCH 7/7] perf tools: Cleanup build directory before each test Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[tip:perf/core] perf tools: Cleanup build directory before each test tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-06 09:30 +0100
[PATCH 4/7] perf tools: Move python/perf.so target into rules area Jiri Olsa <jolsa@kernel.org> - 2016-12-04 21:50 +0100
[tip:perf/core] perf tools: Move python/perf.so target into rules area tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-06 09:30 +0100
csiph-web