Darrel <levitch%iglou.com@localhost> writes:
Hello,
The option -u to build.sh causes a reasonably fast build even with
this old machine that I am using at the moment; however, how often, if
ever, do I want to build tools again? If I changed from netbsd-6 to
current would -u be best left out? Or had I been at netbsd-5 and
changed to netbsd-6
would I build tools?
I would guess that tools can be rebuilt for every build and it would
just take up more time.
In theory -u lets the normal make rules run, and is always ok.
In practice there are two issues:
1) if the source tree has huge changes, the build might fail because of
old objects that the new makefiles don't know about
2) there might be bugs in the update logic