|
|
|
|
|
|
|
|
|
|
xen-merge
Re: [Xen-merge] Resend: [PATCH] fix boot image generation
On Thu, Jan 05, 2006 at 06:03:50PM +0100, Jan Beulich wrote:
> This patch
> - moves the generated boot image (and the intermediate file) into the
> proper (from the perspective of native builds) subdir
I think it makes more sense to leave the file we build (vmlinuz) next to
vmlinux since it is merely a compressed/stripped version of vmlinux.
I'd prefer if for xen builds we not used arch/{i386,x86_64}/boot at all
but had a Makefile include which creates and installs vmlinuz. We could
also skip install of the header files.
> - allows the two files to be properly removed by 'make clean'
> - prevents unnecessary rebuilds of the two files (namely during 'make
> install')
> for both 32- and 64-bits.
Which of the changes prevents the rebuild?
christian
_______________________________________________
Xen-merge mailing list
Xen-merge@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-merge
|
|
|
|
|