aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-25 17:00:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-25 17:00:55 +0000
commit611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a (patch)
treeefffc5f28d1b2b6cc6949536e1257f1e6446dfaf
parent965adec3bedfc4e64e88d217e10cd96fb6b55b0a (diff)
downloadupstream-611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a.tar.gz
upstream-611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a.tar.bz2
upstream-611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a.zip
use NO_TRACE_MAKE for menuconfig
SVN-Revision: 4079
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 10652c07a3..f5d49fed27 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -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