Re: build from RO source tree?

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Wed Jul 02 2003 - 09:15:51 EST


On 2 Jul 2003, david nicol wrote:
> Is there a make option for building from a read-only kernel source,
> possibly by doing a pre-pass to create a mess of symlinks?
>
> Something like
>
> (chdir $readonly_sourceroot && find . -type d ) \
> | xargs -n5 mkdir
> (chdir $readonly_sourceroot && find . -type f ) \
> | xargs -i ln -s $readonly_sourceroot/{} {}
> make
>
>
> but as a configure option of some kind.



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:16 EST