summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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/ref-manual
parent0f902628faf203e7a40748aac622b24c31685c25 (diff)
downloadast2050-yocto-poky-a8d5d06964b120f69b72625d88223924bcb55854.zip
ast2050-yocto-poky-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/ref-manual')
-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 1f49351..b04b4ed 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"
</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>
OpenPOWER on IntegriCloud