always set NO_TRACE_MAKE
SVN-Revision: 4104
This commit is contained in:
parent
2af64d31a0
commit
b208f83629
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
||||||
#
|
#
|
||||||
# $Id:$
|
# $Id:$
|
||||||
|
|
||||||
|
NO_TRACE_MAKE:=$(MAKE) V=99
|
||||||
|
|
||||||
ifndef KBUILD_VERBOSE
|
ifndef KBUILD_VERBOSE
|
||||||
KBUILD_VERBOSE=0
|
KBUILD_VERBOSE=0
|
||||||
ifeq ("$(origin V)", "command line")
|
ifeq ("$(origin V)", "command line")
|
||||||
|
@ -23,7 +25,6 @@ ifneq ($(KBUILD_VERBOSE),99)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
export QUIET:=1
|
export QUIET:=1
|
||||||
NO_TRACE_MAKE:=$(MAKE) V=99
|
|
||||||
ifeq ($(KBUILD_VERBOSE),0)
|
ifeq ($(KBUILD_VERBOSE),0)
|
||||||
MAKE:=&>/dev/null $(MAKE)
|
MAKE:=&>/dev/null $(MAKE)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue