|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | - |
3 | 2 | <!-- |
4 | 3 | SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org) |
5 | 4 | SPDX-License-Identifier: MIT |
| 5 | +SPDX-FileType: DOCUMENTATION |
| 6 | +
|
| 7 | +This file is processed by the bin/SConsDoc.py module. |
6 | 8 | --> |
7 | 9 |
|
8 | 10 | <!DOCTYPE reference [ |
@@ -57,26 +59,24 @@ individual dependency entries are printed in the following format:</para> |
57 | 59 |
|
58 | 60 | <screen> |
59 | 61 | depfile: content-signature timestamp length |
60 | | - implicit-dependency-1: content-signature timestamp length |
61 | | - implicit-dependency-2: content-signature timestamp length |
| 62 | + implicit-dependency-1: content-signature timestamp size |
| 63 | + implicit-dependency-2: content-signature timestamp size |
62 | 64 | ... |
63 | 65 | build-signature [action-string] |
64 | 66 | </screen> |
65 | 67 |
|
66 | 68 | <para> |
67 | 69 | <emphasis role="bold">content-signature</emphasis> |
68 | | -is the hash of the file's contents (<firstterm>csig</firstterm>) |
69 | | -and <emphasis role="bold">build-signature</emphasis> |
| 70 | +(displayed as <firstterm>csig</firstterm> in verbose mode) |
| 71 | +is the hash of the file's contents. |
| 72 | +<emphasis role="bold">build-signature</emphasis> |
70 | 73 | is the hash of the command line or other build action |
71 | | -used to build a target (<firstterm>bactsig</firstterm>). |
| 74 | +used to build a target. |
72 | 75 | If provided, |
73 | 76 | <emphasis role="bold">action-string</emphasis> |
74 | 77 | is the unexpanded string action or the function called. |
75 | 78 | <emphasis role="bold">None</emphasis> |
76 | | -is printed in place of any missing timestamp, |
77 | | -<emphasis role="bold">csig</emphasis>, |
78 | | -or <emphasis role="bold">bactsig</emphasis> |
79 | | -values for any entry or any of its dependencies. |
| 79 | +is printed in place of any missing timestamp or signature. |
80 | 80 | If the entry has no implicit dependencies, |
81 | 81 | or no build action, |
82 | 82 | the corresponding lines are omitted. |
@@ -126,6 +126,11 @@ arguments, the name |
126 | 126 | is assumed by default. |
127 | 127 | </para> |
128 | 128 |
|
| 129 | +<para> |
| 130 | +<emphasis>Deprecated since version NEXT_RELEASE</emphasis>: |
| 131 | +The old-style signature-file-per-directory mode is deprecated. |
| 132 | +</para> |
| 133 | + |
129 | 134 | </refsect1> |
130 | 135 |
|
131 | 136 | <refsect1 id='options'> |
|
0 commit comments