projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76e2a9
)
- add a SVN_UP command for updating an already checked-out tree
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 20:24:01 +0000
(20:24 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 20:24:01 +0000
(20:24 -0000)
project/Makefile.in
patch
|
blob
|
history
diff --git
a/project/Makefile.in
b/project/Makefile.in
index ab4e08f8614bdfc53ec0e969488f27bf8dc834e8..c4188505ba7738dacceee6df3b092ef9b3cee132 100644
(file)
--- a/
project/Makefile.in
+++ b/
project/Makefile.in
@@
-11,7
+11,9
@@
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
#"))
WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER)
#"))
-SVN:=$(strip $(subst ",, $(BR2_SVN)))
+SVN_CO:=$(strip $(subst ",, $(BR2_SVN_CO)))
+#"))
+SVN_UP:=$(strip $(subst ",, $(BR2_SVN_UP)))
#"))
GIT:=$(strip $(subst ",, $(BR2_GIT)))
#"))