diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 93007d5a1b..9a7d8cbe66 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -3458,7 +3458,7 @@ Follow these general steps: | |||
3458 | .. note:: | 3458 | .. note:: |
3459 | 3459 | ||
3460 | All the modifications you make to the temporary source code disappear | 3460 | All the modifications you make to the temporary source code disappear |
3461 | once you run the :ref:`ref-tasks-clean` or ``do_cleanall`` tasks using BitBake | 3461 | once you run the :ref:`ref-tasks-clean` or :ref:`ref-tasks-cleanall` tasks using BitBake |
3462 | (i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``). | 3462 | (i.e. ``bitbake -c clean package`` and ``bitbake -c cleanall package``). |
3463 | Modifications will also disappear if you use the ``rm_work`` feature as | 3463 | Modifications will also disappear if you use the ``rm_work`` feature as |
3464 | described in the | 3464 | described in the |