summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-22 16:19:22 +0200
committerBernhard Reutner-Fischer2007-09-22 16:19:22 +0200
commit1669b6ed8328600b25fb1ce39a0572da05c0f41c (patch)
treeef84582394edc3032e7658296d153fdf3ac0b653 /Makefile
parent- Subsume and collaps toolchain options in one menu (diff)
downloadbuildroot-1669b6ed8328600b25fb1ce39a0572da05c0f41c.tar.gz
buildroot-1669b6ed8328600b25fb1ce39a0572da05c0f41c.tar.xz
buildroot-1669b6ed8328600b25fb1ce39a0572da05c0f41c.zip
- set and export VERBOSE if V= was requested
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717bb7b64..5622b54a9 100644
--- 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