1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/lib/perf/Documentation
Akihiko Odaki 6490dda55d libperf: Explicitly specify install-html dependencies
install_doc of tools/lib/perf/Makefile invokes install-man,
install-html, and install-examples of
tools/lib/perf/Documentation/Makefile at once. This invocation succeeds
when make runs in serial but can fail when make runs in parallel because
while install-man of tools/lib/perf/Documentation/Makefile depends on
all, install-html depends on nothing and can run ahead of all.

Explicitly specify the dependencies of install-html to ensure that
they are resolved before install-html.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Link: https://lore.kernel.org/r/20240915-perf-v1-1-cbfd9cd1d482@daynix.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2024-09-26 15:45:48 -07:00
..
examples libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus() 2023-12-12 14:55:13 -03:00
asciidoc.conf libperf: Add man pages 2020-01-06 11:46:09 -03:00
libperf-counting.txt libperf: Fix man page typos 2020-08-13 09:34:26 -03:00
libperf-sampling.txt libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus() 2023-12-12 14:55:13 -03:00
libperf.txt libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_is_empty() 2023-12-12 14:55:13 -03:00
Makefile libperf: Explicitly specify install-html dependencies 2024-09-26 15:45:48 -07:00
manpage-1.72.xsl libperf: Add man pages 2020-01-06 11:46:09 -03:00
manpage-base.xsl libperf: Add man pages 2020-01-06 11:46:09 -03:00
manpage-bold-literal.xsl libperf: Add man pages 2020-01-06 11:46:09 -03:00
manpage-normal.xsl libperf: Add man pages 2020-01-06 11:46:09 -03:00
manpage-suppress-sp.xsl libperf: Add man pages 2020-01-06 11:46:09 -03:00