projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8def150
)
make sure that processed directories are printed on make V=99
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Jan 2010 22:18:56 +0000
(22:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Jan 2010 22:18:56 +0000
(22:18 +0000)
SVN-Revision: 19174
include/verbose.mk
patch
|
blob
|
history
diff --git
a/include/verbose.mk
b/include/verbose.mk
index 620c2b3f009a3849a5175b0d2fec7c01fc34aa3e..f795e28045b0c60084a26b83692fe7707ecfaf73 100644
(file)
--- 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