projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aba533
)
fix KBUILD_VERBOSE if V is unset
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Jul 2006 21:28:59 +0000
(21:28 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Jul 2006 21:28:59 +0000
(21:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4160
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/verbose.mk
patch
|
blob
|
history
diff --git
a/include/verbose.mk
b/include/verbose.mk
index
58a20a2
..
16a75c0
100644
(file)
--- a/
include/verbose.mk
+++ b/
include/verbose.mk
@@
-9,7
+9,10
@@
NO_TRACE_MAKE:=$(MAKE) V=99
ifndef KBUILD_VERBOSE
- KBUILD_VERBOSE=$(V)
+ KBUILD_VERBOSE=0
+ ifdef V
+ KBUILD_VERBOSE=$(V)
+ endif
endif
ifneq ($(KBUILD_VERBOSE),99)
This page took
0.021449 seconds
and
4
git commands to generate.