From: nbd Date: Sat, 16 Jan 2010 22:18:56 +0000 (+0000) Subject: make sure that processed directories are printed on make V=99 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5231eb95d671f6da18dace18e37ff6943d5cbd4d make sure that processed directories are printed on make V=99 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19174 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/verbose.mk b/include/verbose.mk index 620c2b3f0..f795e2804 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -49,7 +49,7 @@ ifneq ($(KBUILD_VERBOSE),99) .SILENT: $(MAKECMDGOALS) else - SUBMAKE=$(MAKE) + SUBMAKE=$(MAKE) -w define MESSAGE printf "%s\n" "$(1)" endef