summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.8.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 17:33:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:25 +0100
commit5d1e8104cdec60d655b6bb289118f7b15a7fda14 (patch)
treecd0f4d758fddacae33d0b501dd6b990e5ec17543 /documentation/migration-guides/migration-1.8.rst
parentedaa121c7b52e71095afdd17f65274e43b485f7b (diff)
downloadpoky-5d1e8104cdec60d655b6bb289118f7b15a7fda14.tar.gz
manuals: add reference to "do_configure" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 5ddc1a40c9004d814472bdd385f456afa7a9c4e3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-1.8.rst')
-rw-r--r--documentation/migration-guides/migration-1.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.8.rst b/documentation/migration-guides/migration-1.8.rst
index 51a13873e2..546c798196 100644
--- a/documentation/migration-guides/migration-1.8.rst
+++ b/documentation/migration-guides/migration-1.8.rst
@@ -128,7 +128,7 @@ when the :ref:`ref-tasks-configure` task needs to be
128re-executed. 128re-executed.
129 129
130One of the improvements is to attempt to run "make clean" during the 130One of the improvements is to attempt to run "make clean" during the
131``do_configure`` task if a ``Makefile`` exists. Some software packages 131:ref:`ref-tasks-configure` task if a ``Makefile`` exists. Some software packages
132do not provide a working clean target within their make files. If you 132do not provide a working clean target within their make files. If you
133have such recipes, you need to set 133have such recipes, you need to set
134:term:`CLEANBROKEN` to "1" within the recipe, for example:: 134:term:`CLEANBROKEN` to "1" within the recipe, for example::