OSDN Git Service

Merge "icnss: Correct condition to check invalid address range"
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / tools / perf / Makefile
index dcd9a70..55933b2 100644 (file)
@@ -69,10 +69,10 @@ all tags TAGS:
        $(make)
 
 #
-# 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: