projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a87b2
)
make cvs checkouts more flexible. packages must now specify either -r <tag> or -D...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Feb 2009 17:16:25 +0000
(17:16 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Feb 2009 17:16:25 +0000
(17:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14566
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index
7a4d90d
..
0a2dd3c
100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-53,7
+53,7
@@
define DownloadMethod/cvs
cd $(TMP_DIR)/dl && \
rm -rf $(SUBDIR) && \
[ \! -d $(SUBDIR) ] && \
- cvs -d $(URL) co
-r
$(VERSION) $(SUBDIR) && \
+ cvs -d $(URL) co $(VERSION) $(SUBDIR) && \
find $(SUBDIR) -name CVS | xargs rm -rf && \
echo "Packing checkout..." && \
$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \
This page took
0.022205 seconds
and
4
git commands to generate.