From d58636d7658f5f5455f417b1ad81ed0dab361d56 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 10:27:48 +0000 Subject: buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/ --- docs/buildroot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index 0862b1beb..b282a19a6 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -994,7 +994,7 @@ endif 11 FOO_TARGET_BINARY:=usr/bin/foo 12 13 $(DL_DIR)/$(FOO_SOURCE): - 14 $(WGET) -P $(DL_DIR) $(FOO_SITE)/$(FOO_SOURCE) + 14 $(call DOWNLOAD,$(FOO_SITE),$(FOO_SOURCE)) 15 16 $(FOO_DIR)/.source: $(DL_DIR)/$(FOO_SOURCE) 17 $(ZCAT) $(DL_DIR)/$(FOO_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - -- cgit v1.2.3