ref-manual: Added new PARALLEL_MAKEINST variable description.

(From yocto-docs rev: f2fef55151a841a0c05a78d7444fa1634edbf593)

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:27:14 -07:00 committed by Richard Purdie
parent 0f902628fa
commit a8d5d06964
1 changed files with 27 additions and 0 deletions

View File

@ -3772,6 +3772,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-PARALLEL_MAKEINST'><glossterm>PARALLEL_MAKEINST</glossterm>
<glossdef>
<para>
Extra options passed to the
<filename>make install</filename> command during the
<filename>do_install</filename> task in order to specify
parallel installation.
This variable defaults to the value of
<link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>.
<note>
Individual recipes might clear out this variable if
the software being built has problems running its
<filename>make install</filename> process in parallel.
</note>
</para>
</glossdef>
</glossentry>
PARALLEL_MAKEINST with the description ".
<glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE</glossterm>
<glossdef>
<para>