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

RE: [Xen-ia64-devel] How to clean xenlinux-ia64-2.6.12.hg?

To: "Magenheimer, Dan \(HP Labs Fort Collins\)" <dan.magenheimer@xxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] How to clean xenlinux-ia64-2.6.12.hg?
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Wed, 24 Aug 2005 21:25:36 +0800
Delivery-date: Wed, 24 Aug 2005 13:23:46 +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
Thread-index: AcWoO0MmewKqoSDyTgm0Dn/KLNCw2QAc32mQ
Thread-topic: [Xen-ia64-devel] How to clean xenlinux-ia64-2.6.12.hg?
I tried following diff, and all necessary symbol linkss can be removed
when "make clean". Then you can use "make XEN_PATH=..." to link new xen
headerss again:

--- a/arch/ia64/Makefile        Fri Aug 12 21:15:45 2005
+++ b/arch/ia64/Makefile        Wed Aug 24 21:11:29 2005
@@ -87,6 +87,7 @@
        $(Q)$(MAKE) $(clean)=$(boot)

 CLEAN_FILES += include/asm-ia64/.offsets.h.stamp vmlinux.gz bootloader
+CLEAN_FILES += include/asm-xen/xen-public
include/asm-ia64/xen/asm-xsi-offsets.h

 MRPROPER_FILES += include/asm-ia64/offsets.h

Thanks,
Kevin

>-----Original Message-----
>From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
>Magenheimer, Dan (HP Labs Fort Collins)
>Sent: Wednesday, August 24, 2005 7:35 AM
>To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-ia64-devel] How to clean xenlinux-ia64-2.6.12.hg?
>
>Because I am trying to build xenlinux against
>multiple Xen trees, I need to clean the xenlinux
>tree, then rebuild.  Make clean doesn't seem
>to clean everything.  Indeed, I can't seem to
>(quickly) find an algorithm of which files to
>delete that, when combined with "make clean"
>will allow me to rebuild.
>
>Is the makefile code to check/ln various files
>from the xen directory incorrect or incomplete?
>Is there a "rm xxx yyy zzz" that will remove
>all the files so that (with make clean) I
>can rebuild using a different XEN_PATH?
>Doing a "rm -fr *; hg co -C"
>is an option (I think) but takes forever.
>
>Thanks,
>Dan
>
>_______________________________________________
>Xen-ia64-devel mailing list
>Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-ia64-devel

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

<Prev in Thread] Current Thread [Next in Thread>