mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 19:07:13 +00:00
accept V= from the environment as well
SVN-Revision: 4159
This commit is contained in:
@@ -9,10 +9,7 @@
|
||||
NO_TRACE_MAKE:=$(MAKE) V=99
|
||||
|
||||
ifndef KBUILD_VERBOSE
|
||||
KBUILD_VERBOSE=0
|
||||
ifeq ("$(origin V)", "command line")
|
||||
KBUILD_VERBOSE=$(V)
|
||||
endif
|
||||
KBUILD_VERBOSE=$(V)
|
||||
endif
|
||||
|
||||
ifneq ($(KBUILD_VERBOSE),99)
|
||||
|
||||
Reference in New Issue
Block a user