diff options
author | 2024-09-15 10:34:29 +0900 | |
---|---|---|
committer | 2024-09-26 15:45:48 -0700 | |
commit | 6490dda55dcabbd5cf408387f932c9343a22c872 (patch) | |
tree | 0de15c6f67050a9bb438ab630717f1f3ff51e6e1 /tools/perf/util/session.c | |
parent | perf test: Add a test for default perf stat command (diff) | |
download | wireguard-linux-6490dda55dcabbd5cf408387f932c9343a22c872.tar.xz wireguard-linux-6490dda55dcabbd5cf408387f932c9343a22c872.zip |
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>
Diffstat (limited to 'tools/perf/util/session.c')
0 files changed, 0 insertions, 0 deletions