1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:08:54 +03:00

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:
mbm 2006-07-20 17:15:12 +00:00
parent 62392fdcfb
commit 9b93abc151

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