Re: [PATCH 0/1] Fix perf tools/lib includes

From: Arnaldo Carvalho de Melo
Date: Wed Nov 16 2022 - 10:20:08 EST


Em Tue, Nov 15, 2022 at 11:22:10PM -0800, Ian Rogers escreveu:
> This patch replaces the last on kernel/git/acme/linux.git branch
> perf/tools-libs-includes and fixes the race issue by using the prepare
> dependency. pmu-events.c needs this dependency too, as the header
> files it includes also include libperf - using perpare as a dependency
> rather than $(LIBPERF) is more consistent with the rest of the makefile.
>
> Ian Rogers (1):
> perf build: Use tools/lib headers from install path

Testing.

> tools/perf/Makefile.config | 2 --
> tools/perf/Makefile.perf | 14 +++++++++++++-
> 2 files changed, 13 insertions(+), 3 deletions(-)
>
> --
> 2.38.1.431.g37b22c650d-goog

--

- Arnaldo