aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/ramdisk
diff options
context:
space:
mode:
authorIan.Campbell@xensource.com <Ian.Campbell@xensource.com>2006-02-01 20:15:08 +0000
committerIan.Campbell@xensource.com <Ian.Campbell@xensource.com>2006-02-01 20:15:08 +0000
commit47168bc917c64ac5f149496be94be66d8fe70618 (patch)
treef3736c08c41cafb6ba926f5ccea49c967a793671 /tools/xm-test/ramdisk
parent03d6c7737567e3a1d37cf26fdbcfd6e9bab2033f (diff)
parentdcabb129344ced7bbce062fbbf4f071c60c7dec8 (diff)
downloadxen-47168bc917c64ac5f149496be94be66d8fe70618.tar.gz
xen-47168bc917c64ac5f149496be94be66d8fe70618.tar.bz2
xen-47168bc917c64ac5f149496be94be66d8fe70618.zip
merge.
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