From 1669b6ed8328600b25fb1ce39a0572da05c0f41c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 22 Sep 2007 14:19:22 +0000 Subject: - set and export VERBOSE if V= was requested --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-55-g7522