aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/ramdisk
diff options
context:
space:
mode:
authorrread@ubuntu.eng.hq.xensource.com <rread@ubuntu.eng.hq.xensource.com>2006-02-01 13:11:21 -0700
committerrread@ubuntu.eng.hq.xensource.com <rread@ubuntu.eng.hq.xensource.com>2006-02-01 13:11:21 -0700
commitdcabb129344ced7bbce062fbbf4f071c60c7dec8 (patch)
treeff9fcd8d3f7a8388166ec264b6d64a240e33305e /tools/xm-test/ramdisk
parent90951a5c3e89966d0e81ba9848a3bece1e3e1d79 (diff)
downloadxen-dcabb129344ced7bbce062fbbf4f071c60c7dec8.tar.gz
xen-dcabb129344ced7bbce062fbbf4f071c60c7dec8.tar.bz2
xen-dcabb129344ced7bbce062fbbf4f071c60c7dec8.zip
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@dague.net>
Diffstat (limited to 'tools/xm-test/ramdisk')
-rw-r--r--tools/xm-test/ramdisk/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/xm-test/ramdisk/Makefile.am b/tools/xm-test/ramdisk/Makefile.am
index ad71da4b14..9352501059 100644
--- a/tools/xm-test/ramdisk/Makefile.am
+++ b/tools/xm-test/ramdisk/Makefile.am
@@ -31,7 +31,7 @@ $(BR_IMG): $(BR_SRC)
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 @@ am_config_clean-local:
rm -f *~
rm -f initrd.img
rm -f $(BR_TAR)
- rm -Rf patches make.d
rm -f disk.img