summaryrefslogtreecommitdiff
path: root/openwrt/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-18 21:26:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-18 21:26:56 +0000
commit82271894efbb7f52b2615dbbb36608f8e8f7e1ba (patch)
treea36741d19127ac2984f28abcd615ae172cfdaaf5 /openwrt/include
parent739e54db938177d4793bfee8c644ea28ba406a59 (diff)
downloadmtk-20170518-82271894efbb7f52b2615dbbb36608f8e8f7e1ba.zip
mtk-20170518-82271894efbb7f52b2615dbbb36608f8e8f7e1ba.tar.gz
mtk-20170518-82271894efbb7f52b2615dbbb36608f8e8f7e1ba.tar.bz2
accept V= from the environment as well
SVN-Revision: 4159
Diffstat (limited to 'openwrt/include')
-rw-r--r--openwrt/include/verbose.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/openwrt/include/verbose.mk b/openwrt/include/verbose.mk
index da2a219..58a20a2 100644
--- 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)