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

RE: [Xen-devel] [PATCH] make mrproper remove include/.asm-ignore

To: "Rik van Riel" <riel@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] make mrproper remove include/.asm-ignore
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Thu, 18 Nov 2004 20:03:35 -0000
Delivery-date: Thu, 18 Nov 2004 20:04:23 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcTNm9oESGLNVMw3RZ68Tsx4sc8NTgAC+70w
Thread-topic: [Xen-devel] [PATCH] make mrproper remove include/.asm-ignore
> When compiling multiple kernels in the same source tree, it 
> is normal to run 'make mrproper' in-between builds.  This 
> removes include/asm, but it doesn't remove include/.asm-ignore.
> 
> This leads to the main Makefile linking include/asm to the 
> wrong directory and the second kernel build failing.  This 
> little patch appears to fix that.

Thanks for pointing this out. I guess a cleaner way of doing this would
be to have an 'archmrproper' definition in our arch/xen/Makefile.

Perhaps I should just make archmrproper dependent on archclean and we
should be OK.

Ian 
 
> 
> --- linux-2.6.9/Makefile.xenness      2004-11-18 
> 11:53:26.000000000 -0500
> +++ linux-2.6.9/Makefile      2004-11-18 11:53:54.000000000 -0500
> @@ -921,7 +921,7 @@ CLEAN_FILES +=    vmlinux System.map \
>   MRPROPER_DIRS  += include/config include2
>   MRPROPER_FILES += .config .config.old include/asm .version \
>                     include/linux/autoconf.h include/linux/version.h \
> -                  Module.symvers tags TAGS cscope*
> +                  Module.symvers tags TAGS cscope* 
> include/.asm-ignore
> 
>   # clean - Delete most, but leave enough to build external modules
>   #
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE FREE 
> OODBMS DOWNLOAD - A multidimensional database that combines 
> robust object and relational technologies, making it a 
> perfect match for Java, C++,COM, XML, ODBC and JDBC. 
> www.intersystems.com/match8 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel