ref-manual: Updated the PARALLEL_MAKE definition.

Re-worded the first sentence.

(From yocto-docs rev: 1b6798a8de3d73418b4377cf3b9654dfea4caed8)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-09-23 10:18:42 -07:00 committed by Richard Purdie
parent 46b76d4b40
commit 45ace75bbf
1 changed files with 4 additions and 2 deletions

View File

@ -3751,8 +3751,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm>
<glossdef>
<para>Specifies extra options that are passed to the <filename>make</filename> command during the
compile tasks.
<para>Extra options that are passed to the
<filename>make</filename> command during the
<filename>do_compile</filename> task in order to specify
parallel compilation.
This variable is usually in the form <filename>-j 4</filename>, where the number
represents the maximum number of parallel threads make can run.
If you development host supports multiple cores a good rule of thumb is to set