mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:51:32 +02:00
fix NO_TRACE_MAKE
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4205 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6ebfaece49
commit
de94a93b4b
@ -6,13 +6,16 @@
|
|||||||
#
|
#
|
||||||
# $Id:$
|
# $Id:$
|
||||||
|
|
||||||
export NO_TRACE_MAKE:=$(MAKE) V=99
|
ifeq ($(NO_TRACE_MAKE),)
|
||||||
|
NO_TRACE_MAKE := $(MAKE) V=99
|
||||||
|
export NO_TRACE_MAKE
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef KBUILD_VERBOSE
|
ifndef KBUILD_VERBOSE
|
||||||
KBUILD_VERBOSE=0
|
KBUILD_VERBOSE:=0
|
||||||
ifeq ("$(origin V)", "command line")
|
|
||||||
KBUILD_VERBOSE=$(V)
|
|
||||||
endif
|
endif
|
||||||
|
ifeq ("$(origin V)", "command line")
|
||||||
|
KBUILD_VERBOSE:=$(V)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(KBUILD_VERBOSE),99)
|
ifneq ($(KBUILD_VERBOSE),99)
|
||||||
|
Loading…
Reference in New Issue
Block a user