- add a SVN_UP command for updating an already checked-out tree
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 20:24:01 +0000 (20:24 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 19 Sep 2007 20:24:01 +0000 (20:24 -0000)
project/Makefile.in

index ab4e08f8614bdfc53ec0e969488f27bf8dc834e8..c4188505ba7738dacceee6df3b092ef9b3cee132 100644 (file)
@@ -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)))
 #"))