fix KBUILD_VERBOSE if V is unset
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4160 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
07510ef207
commit
0af456a5e9
|
@ -9,8 +9,11 @@
|
||||||
NO_TRACE_MAKE:=$(MAKE) V=99
|
NO_TRACE_MAKE:=$(MAKE) V=99
|
||||||
|
|
||||||
ifndef KBUILD_VERBOSE
|
ifndef KBUILD_VERBOSE
|
||||||
|
KBUILD_VERBOSE=0
|
||||||
|
ifdef V
|
||||||
KBUILD_VERBOSE=$(V)
|
KBUILD_VERBOSE=$(V)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(KBUILD_VERBOSE),99)
|
ifneq ($(KBUILD_VERBOSE),99)
|
||||||
ifeq ($(QUIET),1)
|
ifeq ($(QUIET),1)
|
||||||
|
|
Loading…
Reference in New Issue