[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID eabd485c042d302d3a502aa015cb00a70c8a8af0 # Parent abee5c6b930daae7b97ca2837591b737e939ddf4 Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually works. Signed-off-by: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx> --- tools/xm-test/ramdisk/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r abee5c6b930d -r eabd485c042d tools/xm-test/ramdisk/Makefile.am --- a/tools/xm-test/ramdisk/Makefile.am Wed Oct 25 15:29:36 2006 +0100 +++ b/tools/xm-test/ramdisk/Makefile.am Thu Oct 26 10:20:22 2006 +0100 @@ -17,9 +17,9 @@ BR_ARCH ?= $(shell uname -m | sed -e s/i 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)) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |