diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 10 |
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 |
1719 | signature) for a particular task needs to add the hashes of all the | 1719 | signature) for a particular task needs to add the hashes of all the |
1720 | tasks on which the particular task depends. Choosing which dependencies | 1720 | tasks on which the particular task depends. Choosing which dependencies |
1721 | to add is a policy decision. However, the effect is to generate a master | 1721 | to add is a policy decision. However, the effect is to generate a |
1722 | checksum that combines the basehash and the hashes of the task's | 1722 | checksum that combines the basehash and the hashes of the task's |
1723 | dependencies. | 1723 | dependencies. |
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 | ||
1738 | The | 1738 | The previous example does not include :term:`WORKDIR` since that variable is |
1739 | previous example excludes | 1739 | actually constructed as a path within :term:`TMPDIR`, which is included above. |
1740 | :term:`WORKDIR` since that variable | ||
1741 | is actually constructed as a path within | ||
1742 | :term:`TMPDIR`, which is on the | ||
1743 | whitelist. | ||
1744 | 1740 | ||
1745 | The rules for deciding which hashes of dependent tasks to include | 1741 | The rules for deciding which hashes of dependent tasks to include |
1746 | through dependency chains are more complex and are generally | 1742 | through dependency chains are more complex and are generally |