summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 10:27:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:52 +0100
commita8d5d06964b120f69b72625d88223924bcb55854 (patch)
tree92dd0ee142c0e82b164d465435d0aa0012a8b782 /documentation
parent0f902628faf203e7a40748aac622b24c31685c25 (diff)
downloadpoky-a8d5d06964b120f69b72625d88223924bcb55854.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1f49351f6e..b04b4ed474 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3772,6 +3772,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3772 </glossdef> 3772 </glossdef>
3773 </glossentry> 3773 </glossentry>
3774 3774
3775 <glossentry id='var-PARALLEL_MAKEINST'><glossterm>PARALLEL_MAKEINST</glossterm>
3776 <glossdef>
3777 <para>
3778 Extra options passed to the
3779 <filename>make install</filename> command during the
3780 <filename>do_install</filename> task in order to specify
3781 parallel installation.
3782 This variable defaults to the value of
3783 <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>.
3784 <note>
3785 Individual recipes might clear out this variable if
3786 the software being built has problems running its
3787 <filename>make install</filename> process in parallel.
3788 </note>
3789 </para>
3790 </glossdef>
3791 </glossentry>
3792
3793
3794
3795
3796PARALLEL_MAKEINST with the description ".
3797
3798
3799
3800
3801
3775 <glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE</glossterm> 3802 <glossentry id='var-PATCHRESOLVE'><glossterm>PATCHRESOLVE</glossterm>
3776 <glossdef> 3803 <glossdef>
3777 <para> 3804 <para>