Signed off by: Sean Dague b/tools/xm-test/ramdisk/patches/buildroot/gcc-mirror.patch | 13 +++++++++++++ tools/xm-test/ramdisk/Makefile.am | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) # HG changeset patch # User sean@xxxxxxxxx # Node ID d00d288ee7fbd450336309b01f0cf27ff0c1e3f2 # Parent d783bdd14f2eff514e36b92ded0e3d22be7cf3d0 use alternative mirror for gcc make clean doesn't wipe out patches directory anymore, which confuses hg less multiple patches apply correctly diff -r d783bdd14f2e -r d00d288ee7fb tools/xm-test/ramdisk/Makefile.am --- a/tools/xm-test/ramdisk/Makefile.am Sat Jan 14 23:40:09 2006 +0100 +++ b/tools/xm-test/ramdisk/Makefile.am Sun Jan 15 19:03:47 2006 -0500 @@ -31,7 +31,7 @@ cp configs/busybox $(BR_SRC)/package/busybox/busybox.config cp configs/uClibc $(BR_SRC)/toolchain/uClibc/uClibc.config (for i in patches/buildroot/*.patch; do \ - cd $(BR_SRC) && patch -p1 <../$$i; done ) + cd $(BR_SRC) && patch -p1 <../$$i && cd ..; done ) cd $(BR_SRC) && make oldconfig && make $(XMTEST_VER_IMG): $(BR_IMG) @@ -58,5 +58,4 @@ rm -f *~ rm -f initrd.img rm -f $(BR_TAR) - rm -Rf patches make.d rm -f disk.img diff -r d783bdd14f2e -r d00d288ee7fb tools/xm-test/ramdisk/patches/buildroot/gcc-mirror.patch --- /dev/null Thu Jan 1 00:00:00 1970 +0000 +++ b/tools/xm-test/ramdisk/patches/buildroot/gcc-mirror.patch Sun Jan 15 19:03:47 2006 -0500 @@ -0,0 +1,13 @@ +--- buildroot/toolchain/gcc/gcc-uclibc-3.x.mk~ 2006-01-15 17:41:18.000000000 -0500 ++++ buildroot/toolchain/gcc/gcc-uclibc-3.x.mk 2006-01-15 17:43:07.000000000 -0500 +@@ -20,8 +20,8 @@ + GCC_VERSION:=$(strip $(GCC_VERSION)) + + #GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION) +-GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION) +- ++#GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION) ++GCC_SITE:=http://mirrors.usc.edu/pub/gnu/gcc/gcc-$(GCC_VERSION) + # + # snapshots.... + #GCC_VERSION:=3.3-20031013