Merge drm-misc-next-fixes-2019-10-02 into drm-misc-fixes
[linux-2.6-microblaze.git] / tools / perf / Makefile
index 2254544..7902a56 100644 (file)
@@ -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,