diff options
Diffstat (limited to 'tools/scripts/Makefile.include')
| -rw-r--r-- | tools/scripts/Makefile.include | 8 |
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 | |||
| 58 | NO_SUBDIR = : | 58 | NO_SUBDIR = : |
| 59 | endif | 59 | endif |
| 60 | 60 | ||
| 61 | ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 | 61 | ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) |
| 62 | ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),) | ||
| 63 | silent=1 | 62 | silent=1 |
| 64 | endif | 63 | endif |
| 65 | else # make-3.8x | ||
| 66 | ifneq ($(filter s% -s%,$(MAKEFLAGS)),) | ||
| 67 | silent=1 | ||
| 68 | endif | ||
| 69 | endif | ||
| 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 |
