WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Trivial Makefile cleanup for ioemu.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b631c9328e490807ffe158dd9d17f9b4fb2c3919
# Parent  5aad7e145e501fbfb346954950a33b042a963633
Trivial Makefile cleanup for ioemu.

diff -r 5aad7e145e50 -r b631c9328e49 tools/ioemu/target-i386-dm/Makefile
--- a/tools/ioemu/target-i386-dm/Makefile       Mon Nov 14 10:05:34 2005
+++ b/tools/ioemu/target-i386-dm/Makefile       Mon Nov 14 10:11:11 2005
@@ -376,9 +376,9 @@
 
 clean:
        rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp
-
-distclean:
-       rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp
+       rm -rf config.mak config.h
+
+distclean: clean
 
 install: all 
        if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Trivial Makefile cleanup for ioemu., Xen patchbot -unstable <=