Commit 96144062 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

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

parent c76e2a97
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)))
#"))