mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
use NO_TRACE_MAKE for menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user