On Sat, Dec 01, 2007 at 06:24:46AM -0800, J.C. Roberts wrote: > Does the eventual game plan for make -j include the ability to build on > a "cluster" of systems?
No. If you're in ports land, you already have dpb for that. For compilers, you have distcc. In fact, I removed whatever code there was that would allow for remote jobs to run. Why ? because it never worked, and it was hindering our ability to fix what was reasonable to fix. make -j is solely there for MP systems, since those are now more or less the norm in i386/amd64 land... and since we have enough arches supported for that to make sense.

