projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998577a
)
one more instance of r13005
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Oct 2008 20:16:40 +0000
(20:16 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Oct 2008 20:16:40 +0000
(20:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13007
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index
ab4448a
..
6d46fe1
100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-75,7
+75,7
@@
oldconfig: scripts/config/conf prepare-tmpinfo FORCE
$< -$(if $(CONFDEFAULT),$(CONFDEFAULT),o) Config.in
menuconfig: scripts/config/mconf prepare-tmpinfo FORCE
- if [ \! -
f
.config -a -e $(HOME)/.openwrt/defconfig ]; then \
+ if [ \! -
e
.config -a -e $(HOME)/.openwrt/defconfig ]; then \
cp $(HOME)/.openwrt/defconfig .config; \
fi
$< Config.in
This page took
0.021574 seconds
and
4
git commands to generate.