Re: [PATCH] grub-mkelfimage

2008-08-14 Thread Robert Millan
Committed. On Sun, Aug 03, 2008 at 11:04:35PM +0200, Robert Millan wrote: > > The elf version of grub-mkimage is multiplatform, so it makes no sense to > keep it as arch-specific in the build system IMHO. > > This patch renames it to grub-mkelfimage, and arranges the build system & > headers so

Re: [PATCH] grub-mkelfimage

2008-08-13 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > If there are no objections, I will check this in soon. Looks fine to me. Didn't you break the ability to cross compile for PPC on x86 along the way? -- Marco ___ Grub-devel mailing list Grub-devel@gnu.org

Re: [PATCH] grub-mkelfimage

2008-08-10 Thread Robert Millan
If there are no objections, I will check this in soon. The implicit idea is that later we could do the same renames for: efi -> grub-mkpeimage pc -> grub-mkrawimage or something like that. So if someone doesn't like this, it's better to bring it up now. On Thu, Aug 07, 2008 at 03:15:42PM

Re: [PATCH] grub-mkelfimage

2008-08-07 Thread Robert Millan
On Tue, Aug 05, 2008 at 12:10:49PM +0200, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > The elf version of grub-mkimage is multiplatform, so it makes no sense to > > keep it as arch-specific in the build system IMHO. > > > > This patch renames it to grub-mkelfimage, and ar

Re: [PATCH] grub-mkelfimage

2008-08-05 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > The elf version of grub-mkimage is multiplatform, so it makes no sense to > keep it as arch-specific in the build system IMHO. > > This patch renames it to grub-mkelfimage, and arranges the build system & > headers so that its build parameters are shared

[PATCH] grub-mkelfimage

2008-08-03 Thread Robert Millan
The elf version of grub-mkimage is multiplatform, so it makes no sense to keep it as arch-specific in the build system IMHO. This patch renames it to grub-mkelfimage, and arranges the build system & headers so that its build parameters are shared between i386-ieee1275 and i386-coreboot (and in th