make sure that processed directories are printed on make V=99
SVN-Revision: 19174
This commit is contained in:
parent
8def1507df
commit
4af8308788
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||||
|
|
||||||
.SILENT: $(MAKECMDGOALS)
|
.SILENT: $(MAKECMDGOALS)
|
||||||
else
|
else
|
||||||
SUBMAKE=$(MAKE)
|
SUBMAKE=$(MAKE) -w
|
||||||
define MESSAGE
|
define MESSAGE
|
||||||
printf "%s\n" "$(1)"
|
printf "%s\n" "$(1)"
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue