1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

cleanup & revert [4159]

SVN-Revision: 4173
This commit is contained in:
Mike Baker 2006-07-20 17:15:12 +00:00
parent 4c012945b6
commit 42933dcf13

@ -6,11 +6,11 @@
# #
# $Id:$ # $Id:$
NO_TRACE_MAKE:=$(MAKE) V=99 export NO_TRACE_MAKE:=$(MAKE) V=99
ifndef KBUILD_VERBOSE ifndef KBUILD_VERBOSE
KBUILD_VERBOSE=0 KBUILD_VERBOSE=0
ifdef V ifeq ("$(origin V)", "command line")
KBUILD_VERBOSE=$(V) KBUILD_VERBOSE=$(V)
endif endif
endif endif
@ -32,6 +32,4 @@ ifneq ($(KBUILD_VERBOSE),99)
endif endif
.SILENT: $(MAKECMDGOALS) .SILENT: $(MAKECMDGOALS)
else
NO_TRACE_MAKE:=$(MAKE)
endif endif