summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-11-13 09:21:06 -0800
committerMark Brown <broonie@kernel.org>2018-11-13 09:21:06 -0800
commite0745aa91bc7245b58210949d39e1b0d0bf483f4 (patch)
treeced3fab6cd06dd469da35219c62b5258c51387ba /tools
parent2d0e730e7977460655df8aeb0ffde2e9a143f82a (diff)
parent7a4269707deb6ab22d488eb1a9eedae3ef88abc5 (diff)
Merge tag 'v4.4.163' into linux-linaro-lsk-v4.4
This is the 4.4.163 stable release
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index dcd9a70c7193..55933b2eb932 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -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: