1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

use NO_TRACE_MAKE for menuconfig

SVN-Revision: 4079
This commit is contained in:
Felix Fietkau 2006-06-25 17:00:55 +00:00
parent 965adec3be
commit 611f3ded07

@ -88,7 +88,7 @@ toolchain/%: FORCE
$(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
.config: ./scripts/config/conf FORCE
@[ -f .config ] || $(MAKE) menuconfig
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
$< -D .config Config.in >/dev/null 2>/dev/null
download: .config FORCE