]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
Disable curses for xen; protect xen-* configs from configure by removing links
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 29 May 2008 14:01:59 +0000 (15:01 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 29 May 2008 14:01:59 +0000 (15:01 +0100)
xen-setup

index 761a3d5565456fbc5c34755ee7348fc9044b797f..2ac9a733b0921206276eda4252168cdb81bcea24 100755 (executable)
--- a/xen-setup
+++ b/xen-setup
@@ -2,6 +2,12 @@
 set -e
 if [ $# != 0 ]; then echo >&2 "usage: $0"; exit 1; fi
 
+rm -f $target/Makefile
+rm -f $target/config.mak
+rm -f config-host.mak
+
+./configure --disable-curses
+
 target=i386-dm
 
 ln -sf ../Makefile.target $target/Makefile