summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8e4f1793bb..a0f53713b0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5132,10 +5132,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5132 command during the <filename>do_compile</filename> task 5132 command during the <filename>do_compile</filename> task
5133 in order to specify parallel compilation on the local 5133 in order to specify parallel compilation on the local
5134 build host. 5134 build host.
5135 This variable is usually in the form 5135 This variable is usually in the form "-j &lt;x&gt;",
5136 <filename>-j 4</filename>, where the number 5136 where x represents the maximum number of parallel threads
5137 represents the maximum number of parallel threads make can 5137 <filename>make</filename> can run.
5138 run.
5139 </para> 5138 </para>
5140 5139
5141 <para> 5140 <para>