summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-13 13:24:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:35 +0000
commit93ad02d8a78aafaabd99ce0018e60f019001d489 (patch)
treead71f11f41c9058c6e1fdf55a8f0f7d42c65f156
parentfdd99bcb117f83c876f169965c34ae246901384d (diff)
downloadpoky-93ad02d8a78aafaabd99ce0018e60f019001d489.tar.gz
ref-manual: Edits to PARALLEL_MAKE in the glossary.
Fixed a typo and also added a bit of information to be sure the user understands this affects the local host. (From yocto-docs rev: 4111ac06276f2d1b134176683c0f4d446ba35ef9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d8e0d2b666..030c422c57 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4833,10 +4833,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4833 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> 4833 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm>
4834 <glossdef> 4834 <glossdef>
4835 <para> 4835 <para>
4836 Extra options that are passed to the 4836 Extra options passed to the <filename>make</filename>
4837 <filename>make</filename> command during the 4837 command during the <filename>do_compile</filename> task
4838 <filename>do_compile</filename> task in order to specify 4838 in order to specify parallel compilation on the local
4839 parallel compilation. 4839 build host.
4840 This variable is usually in the form 4840 This variable is usually in the form
4841 <filename>-j 4</filename>, where the number 4841 <filename>-j 4</filename>, where the number
4842 represents the maximum number of parallel threads make can 4842 represents the maximum number of parallel threads make can
@@ -4844,7 +4844,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4844 </para> 4844 </para>
4845 4845
4846 <para> 4846 <para>
4847 If you development host supports multiple cores a good 4847 If your development host supports multiple cores, a good
4848 rule of thumb is to set this variable to twice the number 4848 rule of thumb is to set this variable to twice the number
4849 of cores on the host. 4849 of cores on the host.
4850 If you do not set <filename>PARALLEL_MAKE</filename>, it 4850 If you do not set <filename>PARALLEL_MAKE</filename>, it