projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
739e54d
)
accept V= from the environment as well
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Jul 2006 21:26:56 +0000
(21:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Jul 2006 21:26:56 +0000
(21:26 +0000)
SVN-Revision: 4159
openwrt/include/verbose.mk
patch
|
blob
|
history
diff --git
a/openwrt/include/verbose.mk
b/openwrt/include/verbose.mk
index da2a21974adde6c53f781ef02403b06243021d7c..58a20a217841e8d5ceb8dc10741a8a10717b222c 100644
(file)
--- a/
openwrt/include/verbose.mk
+++ b/
openwrt/include/verbose.mk
@@
-9,10
+9,7
@@
NO_TRACE_MAKE:=$(MAKE) V=99
ifndef KBUILD_VERBOSE
- KBUILD_VERBOSE=0
- ifeq ("$(origin V)", "command line")
- KBUILD_VERBOSE=$(V)
- endif
+ KBUILD_VERBOSE=$(V)
endif
ifneq ($(KBUILD_VERBOSE),99)