瀏覽代碼

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

Bernhard Reutner-Fischer 18 年之前
父節點
當前提交
96144062db
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      project/Makefile.in

+ 3 - 1
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)))
 #"))