diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5f82602f1d..1f49351f6e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3751,14 +3751,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
3751 | 3751 | ||
3752 | <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> | 3752 | <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> |
3753 | <glossdef> | 3753 | <glossdef> |
3754 | <para>Extra options that are passed to the | 3754 | <para> |
3755 | Extra options that are passed to the | ||
3755 | <filename>make</filename> command during the | 3756 | <filename>make</filename> command during the |
3756 | <filename>do_compile</filename> task in order to specify | 3757 | <filename>do_compile</filename> task in order to specify |
3757 | parallel compilation. | 3758 | parallel compilation. |
3758 | This variable is usually in the form <filename>-j 4</filename>, where the number | 3759 | This variable is usually in the form |
3759 | represents the maximum number of parallel threads make can run. | 3760 | <filename>-j 4</filename>, where the number |
3760 | If you development host supports multiple cores a good rule of thumb is to set | 3761 | represents the maximum number of parallel threads make can |
3761 | this variable to twice the number of cores on the host.</para> | 3762 | run. |
3763 | If you development host supports multiple cores a good | ||
3764 | rule of thumb is to set this variable to twice the number | ||
3765 | of cores on the host. | ||
3766 | <note> | ||
3767 | Individual recipes might clear out this variable if | ||
3768 | the software being built has problems running its | ||
3769 | <filename>make</filename> process in parallel. | ||
3770 | </note> | ||
3771 | </para> | ||
3762 | </glossdef> | 3772 | </glossdef> |
3763 | </glossentry> | 3773 | </glossentry> |
3764 | 3774 | ||