svn commit: r317320 - in head: Mk audio/gmidimonitor audio/lv2core audio/patchage audio/raul audio/slv2 databases/dbf editors/libreoffice games/tuxmath games/tuxtype graphics/mapnik java/openjdk6 j...
Eitan Adler
eadler at freebsd.org
Sat May 4 14:13:00 UTC 2013
On 4 May 2013 10:06, Bryan Drewery <bdrewery at freebsd.org> wrote:
> Author: bdrewery
> Date: Sat May 4 14:06:08 2013
> New Revision: 317320
> URL: http://svnweb.freebsd.org/changeset/ports/317320
>
> Log:
> - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
> MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
> without any extra logic.
No. It does not make this safe unless -B is also specified to make.
It is possible that a Makefile will work with "make" but be buggy when
"make -j1" is used.
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
More information about the svn-ports-all
mailing list