diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 2a2c13c04a..0e201624dc 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -5624,21 +5624,13 @@ IGNORE= may not be redistributed because of licensing reasons. Please visit This is achieved by passing -jX flag - to &man.make.1; running on vendor code. Unfortunately, not - all ports handle parallel building well. Therefore it is - required to explicitly enable this feature by adding - MAKE_JOBS_SAFE=yes somewhere below the - dependency declaration section of the - Makefile. - - Another option for controlling this feature from the - maintainer's point of view is the - MAKE_JOBS_UNSAFE=yes variable. It is - used when a port is known to be broken with - -jX and a user forces the use of multi - processor compilations for all ports in - /etc/make.conf with the - FORCE_MAKE_JOBS=yes variable. + to &man.make.1; running on vendor code. This is the default + build behavior of ports. Unfortunately, not all ports handle + parallel building well and it may be required to explicitly + disable this feature by adding the + MAKE_JOBS_UNSAFE=yes variable. It is used + when a port is known to be broken with + -jX.