diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index a1fd3c4dad..e70c778263 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -565,7 +565,7 @@ Local Projects | |||
565 | ~~~~~~~~~~~~~~ | 565 | ~~~~~~~~~~~~~~ |
566 | 566 | ||
567 | Local projects are custom bits of software the user provides. These bits | 567 | Local projects are custom bits of software the user provides. These bits |
568 | reside somewhere local to a project - perhaps a directory into which the | 568 | reside somewhere local to a project --- perhaps a directory into which the |
569 | user checks in items (e.g. a local directory containing a development | 569 | user checks in items (e.g. a local directory containing a development |
570 | source tree used by the group). | 570 | source tree used by the group). |
571 | 571 | ||
@@ -1647,7 +1647,7 @@ you a good idea of when the task's data changes. | |||
1647 | 1647 | ||
1648 | To complicate the problem, there are things that should not be included | 1648 | To complicate the problem, there are things that should not be included |
1649 | in the checksum. First, there is the actual specific build path of a | 1649 | in the checksum. First, there is the actual specific build path of a |
1650 | given task - the :term:`WORKDIR`. It | 1650 | given task --- the :term:`WORKDIR`. It |
1651 | does not matter if the work directory changes because it should not | 1651 | does not matter if the work directory changes because it should not |
1652 | affect the output for target packages. Also, the build process has the | 1652 | affect the output for target packages. Also, the build process has the |
1653 | objective of making native or cross packages relocatable. | 1653 | objective of making native or cross packages relocatable. |
@@ -1706,7 +1706,7 @@ need to fix this situation. | |||
1706 | Thus far, this section has limited discussion to the direct inputs into | 1706 | Thus far, this section has limited discussion to the direct inputs into |
1707 | a task. Information based on direct inputs is referred to as the | 1707 | a task. Information based on direct inputs is referred to as the |
1708 | "basehash" in the code. However, the question of a task's indirect | 1708 | "basehash" in the code. However, the question of a task's indirect |
1709 | inputs still exits - items already built and present in the | 1709 | inputs still exits --- items already built and present in the |
1710 | :term:`Build Directory`. The checksum (or | 1710 | :term:`Build Directory`. The checksum (or |
1711 | signature) for a particular task needs to add the hashes of all the | 1711 | signature) for a particular task needs to add the hashes of all the |
1712 | tasks on which the particular task depends. Choosing which dependencies | 1712 | tasks on which the particular task depends. Choosing which dependencies |