mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02: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:
parent
62392fdcfb
commit
9b93abc151
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user