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

[Xen-ia64-devel] [Patch] Remove created symlinks on clean

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [Patch] Remove created symlinks on clean
From: Horms <horms@xxxxxxxxxxxx>
Date: Fri, 13 Jan 2006 04:33:42 +0000 (UTC)
Delivery-date: Fri, 13 Jan 2006 04:40:22 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: tin/1.7.10-20050815 ("Grimsay") (UNIX) (Linux/2.6.15-1-686-smp (i686))
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>