So I built successfully with ./build.sh -O ../obj -T ../tools -j 6 -U -m ia64
with that, there was no obj/ directories in the src/usr.sbin/ directories, everything was now in ../obj scole@dstar:~/nbsd/cvs> ls src/usr.sbin/mrouted/obj ls: src/usr.sbin/mrouted/obj: No such file or directory This seems to imply that -M or -O and/or -T is now required for build.sh. The behavior definitely changed in the last week or so, as ./build.sh -j 6 -U -m ia64 release used to work, creating obj/ directories in every dir, e.g., src/usr.sbin/mrouted/obj and object files and exe's were built in there. Hope this helps others, Thanks
