mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:03:08 +02:00
use NO_TRACE_MAKE for menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e73df5567c
commit
16237fb8e1
2
Makefile
2
Makefile
@ -88,7 +88,7 @@ toolchain/%: FORCE
|
|||||||
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
|
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
|
||||||
|
|
||||||
.config: ./scripts/config/conf FORCE
|
.config: ./scripts/config/conf FORCE
|
||||||
@[ -f .config ] || $(MAKE) menuconfig
|
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
|
||||||
$< -D .config Config.in >/dev/null 2>/dev/null
|
$< -D .config Config.in >/dev/null 2>/dev/null
|
||||||
|
|
||||||
download: .config FORCE
|
download: .config FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user