On Wed, 19 Sep 2012, Thomas Mueller wrote:
Darrel (levitch%iglou.com@localhost) wrote:I think that adding the -r flag to build.sh will do that as well:$ ./build.sh -r -x -O ../obj -T ../tools -U distributionI see you can use either -O or -M to set object directory. What is the difference? I've been cross-compiling NetBSD from FreeBSD 9.0_STABLE using NetBSD's build.sh .
That is really neat.If I recall correctly, it defaults to -O and I have just left it there. Back around 2007, I experimented with -M and the results seemed to be the same; however, I was not cross-compiling and that is probably where it makes a difference.
Probably someone who has studied ./build.sh a bit deeper will provide a more precise response.
Darrel