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-devel

[Xen-devel] [PATCH] [QEMU] remove .depend file on clean build

qemu-build-dependency.patch:
Ensure .depend files are cleaned up properly for a "make clean"

Signed-off-by: Boris Ostrovsky <bostrovsky@xxxxxxxxxxxxxxx>
diff -r 6a486f395f92 tools/ioemu/Makefile.target
--- a/tools/ioemu/Makefile.target       Tue Jun 05 07:45:18 2007 -0400
+++ b/tools/ioemu/Makefile.target       Tue Jun 05 07:46:14 2007 -0400
@@ -609,7 +609,7 @@ endif
        $(CC) $(CPPFLAGS) -c -o $@ $<
 
 clean:
-       rm -f *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o 
fpu/*.o
+       rm -f *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o 
fpu/*.o .depend
 
 distclean: clean
        rm -rf config.mak config.h
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel