OSDN Git Service

Merge "icnss: Correct condition to check invalid address range"
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / tools / perf / Makefile
index 480546d..55933b2 100644 (file)
@@ -69,16 +69,16 @@ 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:
 #
 build-test:
-       @$(MAKE) -f tests/make --no-print-directory
+       @$(MAKE) SHUF=1 -f tests/make --no-print-directory
 
 #
 # All other targets get passed through: