make install on ppc

Geoff Levand geoffrey.levand at am.sony.com
Wed Mar 29 06:06:17 EST 2006


Hollis Blanchard wrote:
> On Mar 26, 2006, at 7:56 PM, Brent Cook wrote:
> 
>> On Sunday 26 March 2006 19:42, Jin Qi Huang wrote:
>>> I also think the 'make install' is very useful, now on ia32, the
> 'make
>>> install' provided by the latest kernel linux-2.6.16 not only create
>>> initrd, copy vmlinuz and System.map to /boot directory, but also 
>>> update
>>> grub, ppc32 does not provide this useful feature, maybe it is a pity!
> 
> The feature sounds like a good idea to me, even if it's just the 
> copying files part. Do any PPC distros provide a working installkernel 
> script?

Problem is for multi-platform binary builds, 'install' could mean different
things for the different platforms, so to support install, there needs
to be some way to tell the build system what 'install' means that also
works with the muti-platform makefile logic.  The current powerpc makefiles
don't have this, and it would take some non-trivial rework to add it.

There is also the question of what install means when cross building.

I run make from a script that I tell the platform.  The script does
what's needed for that platform to get it built and installed.

-Geoff



More information about the Linuxppc-dev mailing list