From: nbd Date: Tue, 18 Jul 2006 21:26:56 +0000 (+0000) Subject: accept V= from the environment as well X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=6aba533b7b0766282848b7551efbfc32f2a0d37c accept V= from the environment as well git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4159 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/verbose.mk b/include/verbose.mk index da2a21974a..58a20a2178 100644 --- a/include/verbose.mk +++ b/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)