Re: Makefile targets: tar & rpm pkgs, while using O=<dir> as non-root
From: Sam Ravnborg
Date: Tue Dec 20 2005 - 11:28:53 EST
On Tue, Dec 20, 2005 at 03:41:04PM +0000, Nix wrote:
> but for normal software? What's the point?)
>
> I mean, instead of
>
> cd linux-2.6.blah
> make blah O=/some/directory
>
> you can always do
>
> cp -al linux-2.6.blah /some/directory/
> cd /some/directory
> make blah
Consider following use cases:
1) Src located on NFS mounted filesystem
2) Src on RO media
3) Src on another filesystem
4) Builds for several architectures from same source base
5) Builds for several different configurations
etc.
It is convinient in many places. Maybe not for you but for others.
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/