From 82271894efbb7f52b2615dbbb36608f8e8f7e1ba Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 18 Jul 2006 21:26:56 +0000 Subject: [PATCH] accept V= from the environment as well SVN-Revision: 4159 --- openwrt/include/verbose.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openwrt/include/verbose.mk b/openwrt/include/verbose.mk index da2a21974a..58a20a2178 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)