projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
83b31e0
)
fix make menuconfig/oldconfig
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Jun 2008 16:21:20 +0000
(16:21 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Jun 2008 16:21:20 +0000
(16:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11415
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index
6fd4a53
..
606e3e5
100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-51,12
+51,12
@@
prepare-tmpinfo: FORCE
fi
scripts/config/mconf:
fi
scripts/config/mconf:
- @$(
_SINGLE)$(
SUBMAKE) -s -j1 -C scripts/config all
+ @$(SUBMAKE) -s -j1 -C scripts/config all
$(eval $(call rdep,scripts/config,scripts/config/mconf))
scripts/config/conf:
$(eval $(call rdep,scripts/config,scripts/config/mconf))
scripts/config/conf:
- @$(
_SINGLE)$(
SUBMAKE) -s -j1 -C scripts/config conf
+ @$(SUBMAKE) -s -j1 -C scripts/config conf
config: scripts/config/conf prepare-tmpinfo FORCE
$< Config.in
config: scripts/config/conf prepare-tmpinfo FORCE
$< Config.in
This page took
0.020998 seconds
and
4
git commands to generate.