aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-10-26 10:20:22 +0100
committerEwan Mellor <ewan@xensource.com>2006-10-26 10:20:22 +0100
commit6c87dab0c45f398f5cb2e0b4d8f5b46c84fd1820 (patch)
tree2ffecb66bdb8c0e5dc618d5d18216a60b1aad62a /tools/xm-test
parent74c7bdae6eab4107c5453a2b70c3d2e586d8561b (diff)
downloadxen-6c87dab0c45f398f5cb2e0b4d8f5b46c84fd1820.tar.gz
xen-6c87dab0c45f398f5cb2e0b4d8f5b46c84fd1820.tar.bz2
xen-6c87dab0c45f398f5cb2e0b4d8f5b46c84fd1820.zip
Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually
works. Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/ramdisk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xm-test/ramdisk/Makefile.am b/tools/xm-test/ramdisk/Makefile.am
index dd7f5ec058..d2ec74897a 100644
--- a/tools/xm-test/ramdisk/Makefile.am
+++ b/tools/xm-test/ramdisk/Makefile.am
@@ -17,9 +17,9 @@ INITRD ?= http://xm-test.xensource.com/ramdisks
BR_ARCH ?= $(shell uname -m | sed -e s/i.86/i386/ -e 's/ppc\(64\)*/powerpc/')
@MK@ifdef BR_SNAPSHOT
- BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
+@MK@ BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
@MK@else
- BR_URL ?= http://xm-test.xensource.com/ramdisks/buildroot-20061023.tar.bz2
+@MK@ BR_URL = http://xm-test.xensource.com/ramdisks/buildroot-20061023.tar.bz2
@MK@endif
BR_TAR = $(notdir $(BR_URL))