accept V= from the environment as well
SVN-Revision: 4159
This commit is contained in:
parent
739e54db93
commit
82271894ef
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@
|
||||||
NO_TRACE_MAKE:=$(MAKE) V=99
|
NO_TRACE_MAKE:=$(MAKE) V=99
|
||||||
|
|
||||||
ifndef KBUILD_VERBOSE
|
ifndef KBUILD_VERBOSE
|
||||||
KBUILD_VERBOSE=0
|
|
||||||
ifeq ("$(origin V)", "command line")
|
|
||||||
KBUILD_VERBOSE=$(V)
|
KBUILD_VERBOSE=$(V)
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(KBUILD_VERBOSE),99)
|
ifneq ($(KBUILD_VERBOSE),99)
|
||||||
|
|
Loading…
Reference in a new issue