From fa4b71aceb89e20146e9862b8b863bbce14ad232 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 19 Feb 2009 17:16:25 +0000 Subject: make cvs checkouts more flexible. packages must now specify either -r or -D in their source revision specification. previously date based checkouts were not supported git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14566 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/download.mk b/include/download.mk index 7a4d90da9..0a2dd3c03 100644 --- 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)) && \ -- cgit v1.2.3