projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a61c9
)
- set and export VERBOSE if V= was requested
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 22 Sep 2007 14:19:22 +0000
(14:19 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 22 Sep 2007 14:19:22 +0000
(14:19 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 717bb7b64f5175f10bc6511a758ebcc881509f8c..5622b54a936caa7ed853da488cb6ca21984aa982 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-64,6
+64,9
@@
endif
ifeq ($(KBUILD_VERBOSE),1)
quiet=
Q=
+ifndef VERBOSE
+ VERBOSE=1
+endif
else
quiet=quiet_
Q=@
@@
-73,7
+76,7
@@
CONFIG_SHELL:=$(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/bash; \
else echo sh; fi; fi)
-export CONFIG_SHELL quiet Q KBUILD_VERBOSE
+export CONFIG_SHELL quiet Q KBUILD_VERBOSE
VERBOSE
ifndef HOSTAR
HOSTAR:=ar