projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e73df55
)
use NO_TRACE_MAKE for menuconfig
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Jun 2006 17:00:55 +0000
(17:00 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Jun 2006 17:00:55 +0000
(17:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4079
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
10652c0
..
f5d49fe
100644
(file)
--- 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
This page took
0.02212 seconds
and
4
git commands to generate.