|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [Patch] Remove created symlinks on clean
Remove created symlinks on clean
I noticed some weirdness when copying trees around because
these links weren't removed on a clean. This fix seems
correct to me, and at worst harmless.
Signed-Off-By: Horms <horms@xxxxxxxxxxxx>
diff -r 0e4958eff781 -r 8c7770e5d673 xen/arch/ia64/Makefile
--- a/xen/arch/ia64/Makefile Fri Jan 13 02:55:50 2006
+++ b/xen/arch/ia64/Makefile Fri Jan 13 04:31:22 2006
@@ -137,5 +137,10 @@
rm -f *.o *~ core xen.lds.s
$(BASEDIR)/include/asm-ia64/.offsets.h.stamp asm-offsets.s map.out
rm -f asm-xsi-offsets.s $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h
rm -f linux/lib/*.o
+ rm -f $(BASEDIR)/include/linux $(BASEDIR)/include/asm-ia64/xen \
+ $(BASEDIR)/include/asm-ia64/vmx_vpic.h \
+ $(BASEDIR)/include/asm-ia64/vmx_vioapic.h \
+ $(BASEDIR)/arch/ia64/vmx/vmx_vioapic.c \
+ $(BASEDIR)/arch/ia64/vmx/vmx_vioapic
.PHONY: default clean
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [Patch] Remove created symlinks on clean,
Horms <=
|
|
|
|
|