From 611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 25 Jun 2006 17:00:55 +0000 Subject: [PATCH] use NO_TRACE_MAKE for menuconfig SVN-Revision: 4079 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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