projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c79fa
)
SVN checkouts should be made non-interactive, so that https repositories with auto...
author
Florian Fainelli
<florian@openwrt.org>
Sat, 12 Jul 2008 12:18:36 +0000
(12:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 12 Jul 2008 12:18:36 +0000
(12:18 +0000)
SVN-Revision: 11785
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index 0558d4979ec8a562b7f9184894d93606c31e6594..74986be598e84e31d331771811e7c10a8d0373cd 100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-67,7
+67,7
@@
define DownloadMethod/svn
cd $(TMP_DIR)/dl && \
rm -rf $(SUBDIR) && \
[ \! -d $(SUBDIR) ] && \
- svn co -r$(VERSION) $(URL) $(SUBDIR) && \
+ svn co -
-non-interactive -
r$(VERSION) $(URL) $(SUBDIR) && \
find $(SUBDIR) -name .svn | xargs rm -rf && \
echo "Packing checkout..." && \
$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \