make sure that processed directories are printed on make V=99
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Jan 2010 22:18:56 +0000 (22:18 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Jan 2010 22:18:56 +0000 (22:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19174 3c298f89-4303-0410-b956-a3cf2f4a3e73

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