summary:  fixes makefile clean logic

details: The three files xen-syms.S xen-lds and asm-offsets.s, all in the
xen/arch/powerpc subdirectory, are created by make.  Thus they should be
removed by make clean.

Signed-of-by: Maria Butrico <[EMAIL PROTECTED]>

diff -r ea14174c392b xen/arch/powerpc/Makefile
--- a/xen/arch/powerpc/Makefile Tue Oct 03 10:02:19 2006 -0400
+++ b/xen/arch/powerpc/Makefile Wed Oct 04 16:31:15 2006 -0400
@@ -149,4 +149,5 @@ dom0.bin: $(DOM0_IMAGE)
 
 clean::
        $(MAKE) -f $(BASEDIR)/Rules.mk -C of_handler clean
-       rm -f firmware firmware_image dom0.bin .xen-syms
+       rm -f firmware firmware_image dom0.bin .xen-syms xen-syms.S \
+           xen.lds asm-offsets.s

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

Reply via email to