From: Mike Baker Date: Thu, 20 Jul 2006 17:15:12 +0000 (+0000) Subject: cleanup & revert [4159] X-Git-Tag: reboot~30718^2~406 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=42933dcf13bd8ff09ea4b2925ae05d3edcd5f671 cleanup & revert [4159] SVN-Revision: 4173 --- diff --git a/openwrt/include/verbose.mk b/openwrt/include/verbose.mk index 16a75c08c9..7d9b3979bf 100644 --- a/openwrt/include/verbose.mk +++ b/openwrt/include/verbose.mk @@ -6,11 +6,11 @@ # # $Id:$ -NO_TRACE_MAKE:=$(MAKE) V=99 +export NO_TRACE_MAKE:=$(MAKE) V=99 ifndef KBUILD_VERBOSE KBUILD_VERBOSE=0 - ifdef V + ifeq ("$(origin V)", "command line") KBUILD_VERBOSE=$(V) endif endif @@ -32,6 +32,4 @@ ifneq ($(KBUILD_VERBOSE),99) endif .SILENT: $(MAKECMDGOALS) -else - NO_TRACE_MAKE:=$(MAKE) endif