aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/ramdisk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-16 22:57:29 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-16 22:57:29 +0100
commitf47038ad998c8ef1bda832caf08a23caf8c3d647 (patch)
tree7a922d22d2b2803d00e6bd85cdc9a9b85fe37f4c /tools/xm-test/ramdisk
parent8a61bdcadb98b5bc886899064cec3ed55126b6da (diff)
downloadxen-f47038ad998c8ef1bda832caf08a23caf8c3d647.tar.gz
xen-f47038ad998c8ef1bda832caf08a23caf8c3d647.tar.bz2
xen-f47038ad998c8ef1bda832caf08a23caf8c3d647.zip
Fix a dead download url for ccache when building the xm-test ramdisk.
From: Adam Wendt <adam@ipcoast.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xm-test/ramdisk')
-rw-r--r--tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch b/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch
new file mode 100644
index 0000000000..00322e2597
--- /dev/null
+++ b/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch
@@ -0,0 +1,11 @@
+--- buildroot/toolchain/ccache/ccache.mk~ 2006-02-13 10:21:27.000000000 -0800
++++ buildroot/toolchain/ccache/ccache.mk 2006-02-13 10:20:18.000000000 -0800
+@@ -4,7 +4,7 @@
+ #
+ #############################################################
+ CCACHE_VER:=2.4
+-CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
++CCACHE_SITE:=http://samba.org/ftp/ccache
+ CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
+ CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)
+ CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)