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.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 33b4071026..bfd54208af 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1718,7 +1718,7 @@ inputs still exits - items already built and present in the
1718:term:`Build Directory`. The checksum (or 1718:term:`Build Directory`. The checksum (or
1719signature) for a particular task needs to add the hashes of all the 1719signature) for a particular task needs to add the hashes of all the
1720tasks on which the particular task depends. Choosing which dependencies 1720tasks on which the particular task depends. Choosing which dependencies
1721to add is a policy decision. However, the effect is to generate a master 1721to add is a policy decision. However, the effect is to generate a
1722checksum that combines the basehash and the hashes of the task's 1722checksum that combines the basehash and the hashes of the task's
1723dependencies. 1723dependencies.
1724 1724
@@ -1735,12 +1735,8 @@ included in any checksum)::
1735 PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\ 1735 PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \\
1736 CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE CCACHE_DISABLE LICENSE_PATH SDKPKGSUFFIX" 1736 CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE CCACHE_DISABLE LICENSE_PATH SDKPKGSUFFIX"
1737 1737
1738The 1738The previous example does not include :term:`WORKDIR` since that variable is
1739previous example excludes 1739actually constructed as a path within :term:`TMPDIR`, which is included above.
1740:term:`WORKDIR` since that variable
1741is actually constructed as a path within
1742:term:`TMPDIR`, which is on the
1743whitelist.
1744 1740
1745The rules for deciding which hashes of dependent tasks to include 1741The rules for deciding which hashes of dependent tasks to include
1746through dependency chains are more complex and are generally 1742through dependency chains are more complex and are generally