use NO_TRACE_MAKE for menuconfig
SVN-Revision: 4079
This commit is contained in:
parent
965adec3be
commit
611f3ded07
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue