- add a SVN_UP command for updating an already checked-out tree

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-19 20:24:01 +00:00
parent c76e2a97ec
commit 96144062db

View 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)))
#"))