Re: Why INSTALL_PATH is not /boot by default?

From: Sam Ravnborg
Date: Sun Nov 21 2004 - 13:58:51 EST


On Sun, Nov 21, 2004 at 02:03:24PM +0100, Jesper Juhl wrote:
> Please note that there are cases where you build a kernel for machine x on
> > machine y. Which means: don't unconditionally uncomment this line.
> >
> Huh, in that case wouldn't you just copy the kernel image from the source
> dir on machine y to whereever it needs to liveon machine x by hand? At
> least that's what I do, the Makefile and its INSTALL_PATH never comes into
> play then.

In scripting it's much easier to have:
make INSTALL_MOD_PATH=/nfs/frodo/ modules_install
make INSTALL_PATH=/nfs/frodo/ install

And everything 'just works'.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/