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 016577e07e..83339da98f 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -557,7 +557,7 @@ Local Projects
557~~~~~~~~~~~~~~ 557~~~~~~~~~~~~~~
558 558
559Local projects are custom bits of software the user provides. These bits 559Local projects are custom bits of software the user provides. These bits
560reside somewhere local to a project - perhaps a directory into which the 560reside somewhere local to a project --- perhaps a directory into which the
561user checks in items (e.g. a local directory containing a development 561user checks in items (e.g. a local directory containing a development
562source tree used by the group). 562source tree used by the group).
563 563
@@ -1641,7 +1641,7 @@ you a good idea of when the task's data changes.
1641 1641
1642To complicate the problem, there are things that should not be included 1642To complicate the problem, there are things that should not be included
1643in the checksum. First, there is the actual specific build path of a 1643in the checksum. First, there is the actual specific build path of a
1644given task - the :term:`WORKDIR`. It 1644given task --- the :term:`WORKDIR`. It
1645does not matter if the work directory changes because it should not 1645does not matter if the work directory changes because it should not
1646affect the output for target packages. Also, the build process has the 1646affect the output for target packages. Also, the build process has the
1647objective of making native or cross packages relocatable. 1647objective of making native or cross packages relocatable.
@@ -1700,7 +1700,7 @@ need to fix this situation.
1700Thus far, this section has limited discussion to the direct inputs into 1700Thus far, this section has limited discussion to the direct inputs into
1701a task. Information based on direct inputs is referred to as the 1701a task. Information based on direct inputs is referred to as the
1702"basehash" in the code. However, the question of a task's indirect 1702"basehash" in the code. However, the question of a task's indirect
1703inputs still exits - items already built and present in the 1703inputs still exits --- items already built and present in the
1704:term:`Build Directory`. The checksum (or 1704:term:`Build Directory`. The checksum (or
1705signature) for a particular task needs to add the hashes of all the 1705signature) for a particular task needs to add the hashes of all the
1706tasks on which the particular task depends. Choosing which dependencies 1706tasks on which the particular task depends. Choosing which dependencies