X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=tools%2Fperf%2FMakefile;h=7902a5681fc89f6eda64234de379fc8122567529;hb=995933305e11dc8698fdba249ca5f2d145b1d657;hp=225454416ed54b2baea044ce46c794e23c708f71;hpb=7214dd4ea9048d2031e14fc552980cecd6573a9e;p=linux.git diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 225454416ed5..7902a5681fc8 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -84,10 +84,10 @@ endif # has_clean endif # MAKECMDGOALS # -# The clean target is not really parallel, don't print the jobs info: +# Explicitly disable parallelism for the clean target. # clean: - $(make) + $(make) -j1 # # The build-test target is not really parallel, don't print the jobs info,