Mailing List Archive

Small ioemu build fixes. Fix 'make clean' so we can switch between
ChangeSet 1.1500, 2005/05/21 11:09:53+01:00, kaf24@firebug.cl.cam.ac.uk

Small ioemu build fixes. Fix 'make clean' so we can switch between
32-bit and 64-bit build easily.
Signed-off-by: Keir Fraser <keir@xensource.com>



Makefile | 4 ----
ioemu/Makefile | 2 ++
2 files changed, 2 insertions(+), 4 deletions(-)


diff -Nru a/tools/Makefile b/tools/Makefile
--- a/tools/Makefile 2005-05-22 13:03:18 -04:00
+++ b/tools/Makefile 2005-05-22 13:03:18 -04:00
@@ -38,10 +38,6 @@
check_clean:
$(MAKE) -C check clean

-ifneq ($(XEN_TARGET_ARCH),x86_32)
-XEN_NO_IOEMU=1
-endif
-
ifndef XEN_NO_IOEMU
ioemu ioemuinstall ioemuclean:
[ -f ioemu/config-host.h ] || \
diff -Nru a/tools/ioemu/Makefile b/tools/ioemu/Makefile
--- a/tools/ioemu/Makefile 2005-05-22 13:03:18 -04:00
+++ b/tools/ioemu/Makefile 2005-05-22 13:03:18 -04:00
@@ -35,6 +35,8 @@
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \
done
+ rm -f config-host.mak config-host.h
+ rm -f keysym_adapter_sdl.h keysym_adapter_vnc.h

distclean: clean
rm -f config-host.mak config-host.h

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