cleanup & revert [4159]

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4173 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mike Baker
2006-07-20 17:15:12 +00:00
parent f18d75047a
commit b1b752968a

View File

@@ -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