|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [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
|
|
|
|
|