summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-25 17:00:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-25 17:00:55 +0000
commit16237fb8e1df1a8344704538e4b67f02b24271f8 (patch)
tree326820ccfc056e74df7497c790dd3435c3bcca1d /Makefile
parente73df5567cc022dcbc5e11975886e799fcfb2f72 (diff)
use NO_TRACE_MAKE for menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4079 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10652c07a..f5d49fed2 100644
--- a/Makefile
+++ b/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