From: Bernhard Reutner-Fischer Date: Wed, 19 Sep 2007 20:24:01 +0000 (-0000) Subject: - add a SVN_UP command for updating an already checked-out tree X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96144062db0180453c26006d2f7441e3ada55a9e;p=buildroot.git - add a SVN_UP command for updating an already checked-out tree --- diff --git a/project/Makefile.in b/project/Makefile.in index ab4e08f861..c4188505ba 100644 --- 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))) #"))