summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 10:18:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:51 +0100
commit45ace75bbf37b358a8c9ffc3398a93b374dc8c03 (patch)
tree6edd4e8b41a58edd1b28c52ba8cc22b91c41301a /documentation
parent46b76d4b40da37fbf94daba736a1787b969293d2 (diff)
downloadpoky-45ace75bbf37b358a8c9ffc3398a93b374dc8c03.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 6be2b7a097..5f82602f1d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3751,8 +3751,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3751 3751
3752 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> 3752 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm>
3753 <glossdef> 3753 <glossdef>
3754 <para>Specifies extra options that are passed to the <filename>make</filename> command during the 3754 <para>Extra options that are passed to the
3755 compile tasks. 3755 <filename>make</filename> command during the
3756 <filename>do_compile</filename> task in order to specify
3757 parallel compilation.
3756 This variable is usually in the form <filename>-j 4</filename>, where the number 3758 This variable is usually in the form <filename>-j 4</filename>, where the number
3757 represents the maximum number of parallel threads make can run. 3759 represents the maximum number of parallel threads make can run.
3758 If you development host supports multiple cores a good rule of thumb is to set 3760 If you development host supports multiple cores a good rule of thumb is to set