What is MAKE_JOBS_UNSAFE?
Matthias Andree
mandree at FreeBSD.org
Mon Sep 9 20:40:12 UTC 2013
Am 09.09.2013 22:22, schrieb Thomas Mueller:
> So I want to know what MAKE_JOBS_UNSAFE=yes is supposed to do, and do I set it by
>
> env MAKE_JOBS_UNSAFE=yes portmaster multimedia/vlc
> (or whatever other port it applies to)?
Thomas,
It prevents parallel ("make -j 4") build of ports, and your assumption
about how to set it is correct; alternatively, it can be given on the
make command line:
portmaster -mMAKE_JOBS_UNSAFE=yes multimedia/vlc.
URL: http://www.freebsd.org/doc/en/books/porters-handbook/building.html
It's described in Section 6.3.1 Building Ports in Parallel of the
porter's handbook, and apparently a bit out of date, because
MAKE_JOBS_SAFE=yes is now the default, and this feature must explicitly
be _disabled_.
Can someone from among the doc committers team please reflect the new
default in the Porter's Handbook? (I was looking at r42618.)
HTH
Matthias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20130909/ae4f623e/attachment.sig>
More information about the freebsd-doc
mailing list