mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
always set NO_TRACE_MAKE
SVN-Revision: 4104
This commit is contained in:
parent
2af64d31a0
commit
b208f83629
@ -6,6 +6,8 @@
|
||||
#
|
||||
# $Id:$
|
||||
|
||||
NO_TRACE_MAKE:=$(MAKE) V=99
|
||||
|
||||
ifndef KBUILD_VERBOSE
|
||||
KBUILD_VERBOSE=0
|
||||
ifeq ("$(origin V)", "command line")
|
||||
@ -23,7 +25,6 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||
}
|
||||
else
|
||||
export QUIET:=1
|
||||
NO_TRACE_MAKE:=$(MAKE) V=99
|
||||
ifeq ($(KBUILD_VERBOSE),0)
|
||||
MAKE:=&>/dev/null $(MAKE)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user