tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Using build.sh for cross builds



On Mon, Feb 15, 2010 at 12:21:57PM -0800, Bob Lee wrote:
>  In our environment, the desire is to build the tools once, keep them
>  on a read only mounted file system.  Tools only updated when needed
>  for everyone.

Well, then there is not much left to do. You can build.sh tools
to create or update the r/o tooldir and then use:

  $TOOLDIR/bin/nbmake-$arch cleandir obj dependall install

where cleandir and obj may not always be needed.
You can also do this on subdirs of the source tree if you know what
you are doing.

Martin


Home | Main Index | Thread Index | Old Index