iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
[openwrt/openwrt.git] / include / verbose.mk
index 8b82cde7beb153ea2bb7bae5bb088da32d21e43e..f795e28045b0c60084a26b83692fe7707ecfaf73 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id:$
 
 ifeq ($(NO_TRACE_MAKE),)
 NO_TRACE_MAKE := $(MAKE) V=99
@@ -50,7 +49,7 @@ ifneq ($(KBUILD_VERBOSE),99)
 
   .SILENT: $(MAKECMDGOALS)
 else
-  SUBMAKE=$(MAKE)
+  SUBMAKE=$(MAKE) -w
   define MESSAGE
     printf "%s\n" "$(1)"
   endef