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