diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 20:24:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 20:24:01 +0000 |
commit | 96144062db0180453c26006d2f7441e3ada55a9e (patch) | |
tree | 42e9924ede78f275f5e6b5d8d8262f4633cf895a | |
parent | c76e2a97ec40b7c951a6c919cf2ef4603da3f015 (diff) |
- add a SVN_UP command for updating an already checked-out tree
-rw-r--r-- | project/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/Makefile.in b/project/Makefile.in index ab4e08f86..c4188505b 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))) #")) |