aboutsummaryrefslogtreecommitdiffstats
path: root/tools/scripts/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts/Makefile.include')
-rw-r--r--tools/scripts/Makefile.include8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include
index fc74db62fef4..ccad8ce925e4 100644
--- a/tools/scripts/Makefile.include
+++ b/tools/scripts/Makefile.include
@@ -58,15 +58,9 @@ else
58NO_SUBDIR = : 58NO_SUBDIR = :
59endif 59endif
60 60
61ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 61ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),)
62ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),)
63 silent=1 62 silent=1
64endif 63endif
65else # make-3.8x
66ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
67 silent=1
68endif
69endif
70 64
71# 65#
72# Define a callable command for descending to a new directory 66# Define a callable command for descending to a new directory