diff options
| author | Tiezhu Yang <[email protected]> | 2024-07-30 06:23:00 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2024-08-01 15:11:33 +0000 |
| commit | 839b1832e68a5b7d8c81c9281296b03e5ba7c31a (patch) | |
| tree | 5a072b2cb577d69d6a8ce96524045d7d1b602028 /tools/lib/api/fs/tracing_path.c | |
| parent | libperf: Add gitignore (diff) | |
| download | kernel-839b1832e68a5b7d8c81c9281296b03e5ba7c31a.tar.gz kernel-839b1832e68a5b7d8c81c9281296b03e5ba7c31a.zip | |
perf tools: Fix wrong message when running "make JOBS=1"
There is only one job when running "make JOBS=1", it should
print "sequential build" rather than "parallel build".
Before:
$ cd tools/perf && make JOBS=1
BUILD: Doing 'make -j1' parallel build
After:
$ cd tools/perf && make JOBS=1
BUILD: Doing 'make -j1' sequential build
Signed-off-by: Tiezhu Yang <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
0 files changed, 0 insertions, 0 deletions
