|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [PATCH] fixes makefile clean logic
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 <butrico@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [XenPPC] [PATCH] fixes makefile clean logic,
Maria Butrico <=
|
|
|
|
|