mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
make sure that processed directories are printed on make V=99
SVN-Revision: 19174
This commit is contained in:
parent
8def1507df
commit
4af8308788
@ -49,7 +49,7 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||
|
||||
.SILENT: $(MAKECMDGOALS)
|
||||
else
|
||||
SUBMAKE=$(MAKE)
|
||||
SUBMAKE=$(MAKE) -w
|
||||
define MESSAGE
|
||||
printf "%s\n" "$(1)"
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user