aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-07-30 05:15:13 -0400
committerIngo Molnar <mingo@kernel.org>2017-07-30 05:15:13 -0400
commitf5db340f19f14a8df9dfd22d71fba1513e9f1f7e (patch)
tree131d3345bc987aee3c922624de816492e7f323a4 /tools/build
parentee438ec8f33c5af0d4a4ffb935c5b9272e8c2680 (diff)
parent38115f2f8cec8087d558c062e779c443a01f87d6 (diff)
Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refresh the tree
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build
index e279a71c650d..c46b20e4ad87 100644
--- a/tools/build/Makefile.build
+++ b/tools/build/Makefile.build
@@ -19,15 +19,9 @@ else
19 Q=@ 19 Q=@
20endif 20endif
21 21
22ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 22ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),)
23ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),)
24 quiet=silent_ 23 quiet=silent_
25endif 24endif
26else # make-3.8x
27ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
28 quiet=silent_
29endif
30endif
31 25
32build-dir := $(srctree)/tools/build 26build-dir := $(srctree)/tools/build
33 27