1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

manuals: add reference to the "do_compile" task

[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: e88f11002032e30bbe2dd0049e307a431a70aaef)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2022-09-23 17:45:40 +02:00
committed by Richard Purdie
parent 5d1e8104cd
commit 6ade5d2d0e
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -5645,7 +5645,7 @@ system and gives an overview of their function and contents.
.. note::
If the software being built experiences dependency issues during
the ``do_compile`` task that result in race conditions, you can clear
the :ref:`ref-tasks-compile` task that result in race conditions, you can clear
the :term:`PARALLEL_MAKE` variable within the recipe as a workaround. For
information on addressing race conditions, see the
":ref:`dev-manual/common-tasks:debugging parallel make races`"