projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb2913
)
fixes cvs download, signed-off by Bruno Randolf
author
John Crispin
<blogic@openwrt.org>
Wed, 27 Aug 2008 15:24:25 +0000
(15:24 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 27 Aug 2008 15:24:25 +0000
(15:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12401
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index
b185f1a
..
a8e0e99
100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-51,7
+51,7
@@
define DownloadMethod/cvs
cd $(TMP_DIR)/dl && \
rm -rf $(SUBDIR) && \
[ \! -d $(SUBDIR) ] && \
- cvs
co -r$(VERSION) $(URL
) $(SUBDIR) && \
+ cvs
-d $(URL) co -r $(VERSION
) $(SUBDIR) && \
find $(SUBDIR) -name CVS | xargs rm -rf && \
echo "Packing checkout..." && \
$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \