From ed5f6093c0cf2b06b04e287a8cf0547440844733 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 11:48:43 +0000 Subject: target/: convert to DOWNLOAD helper --- target/cloop/cloop.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/cloop/cloop.mk') 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 - -- cgit v1.2.3