aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-05 11:19:16 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-05 11:19:16 +0000
commitcbd07b72a3674387f19e4c7fc44c73c08dc8a58d (patch)
treec7275ce4ce9f74233bb7a48d4c43306767945e6c /tools
parent75c35a3fb6368e14de0c9c9aafad73ffa83cd6b7 (diff)
downloadxen-cbd07b72a3674387f19e4c7fc44c73c08dc8a58d.tar.gz
xen-cbd07b72a3674387f19e4c7fc44c73c08dc8a58d.tar.bz2
xen-cbd07b72a3674387f19e4c7fc44c73c08dc8a58d.zip
Download external tarballs from xenbits.xensource.com
I have copied the tarballs that the xen-unstable build downloads to xenbits.xensource.com (which also hosts our hg and git). This patch changes the download URLs to use that location. That way the build will depend on only one external machine, under one administration, rather than many. Also it means that the build won't break if these sites become permanently unavailable or are rearranged and we don't run a risk of having to panic and beg if a file should go missing. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware/hvmloader/acpi/Makefile3
-rw-r--r--tools/vnet/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/firmware/hvmloader/acpi/Makefile b/tools/firmware/hvmloader/acpi/Makefile
index 47a7bea66c..49245aa089 100644
--- a/tools/firmware/hvmloader/acpi/Makefile
+++ b/tools/firmware/hvmloader/acpi/Makefile
@@ -23,7 +23,8 @@ H_SRC = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(C_SRC))
IASL_VER = acpica-unix-20080729
-IASL_URL = http://acpica.org/download/$(IASL_VER).tar.gz
+#IASL_URL = http://acpica.org/download/$(IASL_VER).tar.gz
+IASL_URL = $(XEN_EXTFILES_URL)/$(IASL_VER).tar.gz
CFLAGS += -I. -I.. $(CFLAGS_include)
diff --git a/tools/vnet/Makefile b/tools/vnet/Makefile
index 33827c6a90..af69d39bf0 100644
--- a/tools/vnet/Makefile
+++ b/tools/vnet/Makefile
@@ -17,7 +17,8 @@ SUBDIRS+= vnet-module
all: compile
gc.tar.gz:
- wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$@
+ #wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$@
+ wget $(XEN_EXTFILES_URL)/$@
.PHONY: gc
gc: gc.tar.gz