]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the PARALLEL_MAKE definition.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 23 Sep 2013 17:18:42 +0000 (10:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2013 21:52:51 +0000 (22:52 +0100)
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>
documentation/ref-manual/ref-variables.xml

index 6be2b7a09720b34b6b46630421ab28ddd672f45f..5f82602f1dfa9614d64442c8959d25fba56d3bff 100644 (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