make sure that processed directories are printed on make V=99
authorFelix Fietkau <nbd@openwrt.org>
Sat, 16 Jan 2010 22:18:56 +0000 (22:18 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 16 Jan 2010 22:18:56 +0000 (22:18 +0000)
SVN-Revision: 19174

include/verbose.mk

index 620c2b3f009a3849a5175b0d2fec7c01fc34aa3e..f795e28045b0c60084a26b83692fe7707ecfaf73 100644 (file)
@@ -49,7 +49,7 @@ ifneq ($(KBUILD_VERBOSE),99)
 
   .SILENT: $(MAKECMDGOALS)
 else
 
   .SILENT: $(MAKECMDGOALS)
 else
-  SUBMAKE=$(MAKE)
+  SUBMAKE=$(MAKE) -w
   define MESSAGE
     printf "%s\n" "$(1)"
   endef
   define MESSAGE
     printf "%s\n" "$(1)"
   endef