Issues with make -j option on ports

2009-12-27 Thread Simon Griffiths
Hello, I seem to get errors with quite a few ports if I use the make -j option. The errors surround multiple make commands not getting the files it expects in order. Is this the correct behaviour? make -j 8 install clean install -s -o root -g wheel -m 555

Re: Issues with make -j option on ports

2009-12-27 Thread Warren Block
On Sun, 27 Dec 2009, Simon Griffiths wrote: I seem to get errors with quite a few ports if I use the make -j option. Building with multiple jobs is part of the ports system for several months now. See the MAKE_JOBS variables in /usr/ports/Mk/bsd.port.mk. Overriding that with -j is going to

RE: Issues with make -j option on ports

2009-12-27 Thread Simon Griffiths
Hello, On Sun, 27 Dec 2009, Simon Griffiths wrote: I seem to get errors with quite a few ports if I use the make -j option. Building with multiple jobs is part of the ports system for several months now. See the MAKE_JOBS variables in /usr/ports/Mk/bsd.port.mk. Overriding that with -j

RE: Issues with make -j option on ports

2009-12-27 Thread Warren Block
On Sun, 27 Dec 2009, Simon Griffiths wrote: On Sun, 27 Dec 2009, Simon Griffiths wrote: I seem to get errors with quite a few ports if I use the make -j option. Building with multiple jobs is part of the ports system for several months now. See the MAKE_JOBS variables in