aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitb8852bf072d417217feb3b5f89503c1f7b815f82 (patch)
tree326820ccfc056e74df7497c790dd3435c3bcca1d /Makefile
parenta5a02a409ef21581f11bda7c5a45334c71d76547 (diff)
downloadmaster-187ad058-b8852bf072d417217feb3b5f89503c1f7b815f82.tar.gz
master-187ad058-b8852bf072d417217feb3b5f89503c1f7b815f82.tar.bz2
master-187ad058-b8852bf072d417217feb3b5f89503c1f7b815f82.zip
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 10652c07a3..f5d49fed27 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