summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen-tools/files/xen-tools-3.3.1-qemu-xen.patch')
-rw-r--r--app-emulation/xen-tools/files/xen-tools-3.3.1-qemu-xen.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-3.3.1-qemu-xen.patch b/app-emulation/xen-tools/files/xen-tools-3.3.1-qemu-xen.patch
new file mode 100644
index 0000000..9957c21
--- /dev/null
+++ b/app-emulation/xen-tools/files/xen-tools-3.3.1-qemu-xen.patch
@@ -0,0 +1,15 @@
+--- tools/ioemu-qemu-xen/xen-setup~ 2009-01-05 11:36:22.000000000 +0000
++++ tools/ioemu-qemu-xen/xen-setup 2009-03-11 13:08:51.000000000 +0000
+@@ -3,9 +3,9 @@
+
+ # git-clean -x -d && ./xen-setup && make prefix=/usr CMDLINE_CFLAGS='-O0 -g' -j4 && make install DESTDIR=`pwd`/dist/ prefix=/usr && rsync -a --stats --delete . thule:shadow/qemu-iwj.git/ && rsync -a --stats dist/. root@thule:/
+
+-rm -f $target/Makefile
+-rm -f $target/config.mak
+-rm -f config-host.mak
++[[ -f $target/Makefile ]] && rm -f $target/Makefile
++[[ -f $target/config.mak ]] && rm -f $target/config.mak
++[[ -f config-host.mak ]] && rm -f config-host.mak
+
+ if test -f config-host.h; then mv config-host.h config-host.h~; fi
+