[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] use alternative mirror for gcc



# HG changeset patch
# User rread@xxxxxxxxxxxxxxxxxxxxxxxxxxx
# Node ID b96705f5343ccd737e7cd9b69505373e2a7b9ac3
# Parent  5a63f675107cd84970e299a291485420d97bc139
use alternative mirror for gcc
make clean doesn't wipe out patches directory anymore, which confuses hg less
multiple patches apply correctly

Signed off by: Sean Dague <sean@xxxxxxxxx>

diff -r 5a63f675107c -r b96705f5343c tools/xm-test/ramdisk/Makefile.am
--- a/tools/xm-test/ramdisk/Makefile.am Wed Feb  1 18:00:19 2006
+++ b/tools/xm-test/ramdisk/Makefile.am Wed Feb  1 20:11:21 2006
@@ -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)
@@ -67,5 +67,4 @@
        rm -f *~
        rm -f initrd.img
        rm -f $(BR_TAR)
-       rm -Rf patches make.d
        rm -f disk.img

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.