summaryrefslogtreecommitdiff
path: root/target/cloop
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:48:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:48:43 +0000
commited5f6093c0cf2b06b04e287a8cf0547440844733 (patch)
treeb15192968b6f7b8ef0e64cb8f058afb0f9ceaef5 /target/cloop
parent0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3 (diff)
target/: convert to DOWNLOAD helper
Diffstat (limited to 'target/cloop')
-rw-r--r--target/cloop/cloop.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/cloop/cloop.mk b/target/cloop/cloop.mk
index b099307e6..9e3177622 100644
--- a/target/cloop/cloop.mk
+++ b/target/cloop/cloop.mk
@@ -11,10 +11,10 @@ CLOOP_SITE=http://debian-knoppix.alioth.debian.org/sources/
CLOOP_TARGET:=$(IMAGE).cloop
### Note: not used yet! ck
### $(DL_DIR)/$(CLOOP_PATCH1):
-### $(WGET) -P $(DL_DIR) $(CLOOP_PATCH1_URL)/$(CLOOP_PATCH1)
+### $(call DOWNLOAD,$(CLOOP_PATCH1_URL),$(CLOOP_PATCH1))
$(DL_DIR)/$(CLOOP_SOURCE):
- $(WGET) -P $(DL_DIR) $(CLOOP_SITE)/$(CLOOP_SOURCE)
+ $(call DOWNLOAD,$(CLOOP_SITE),$(CLOOP_SOURCE))
$(CLOOP_DIR)/.unpacked: $(DL_DIR)/$(CLOOP_SOURCE) ### $(DL_DIR)/$(CLOOP_PATCH1)
$(ZCAT) $(DL_DIR)/$(CLOOP_SOURCE) | tar -C $(BUILD_DIR) -xvf -