diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-25 17:00:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-25 17:00:55 +0000 |
commit | 611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a (patch) | |
tree | efffc5f28d1b2b6cc6949536e1257f1e6446dfaf /openwrt/Makefile | |
parent | 965adec3bedfc4e64e88d217e10cd96fb6b55b0a (diff) | |
download | mtk-20170518-611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a.zip mtk-20170518-611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a.tar.gz mtk-20170518-611f3ded07fb4f1cb767e753e1f6a8b716dfeb3a.tar.bz2 |
use NO_TRACE_MAKE for menuconfig
SVN-Revision: 4079
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 10652c0..f5d49fe 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 |