diff options
Diffstat (limited to 'documentation/ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/ref-manual/ref-bitbake.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index b587d46caa..e24ea45281 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml | |||
@@ -222,7 +222,7 @@ | |||
222 | <para> | 222 | <para> |
223 | As each task completes, a timestamp is written to the directory specified by the | 223 | As each task completes, a timestamp is written to the directory specified by the |
224 | <filename><link linkend='var-STAMP'>STAMP</link></filename> variable. | 224 | <filename><link linkend='var-STAMP'>STAMP</link></filename> variable. |
225 | On subsequent runs, BitBake looks within the <filename>/build/tmp/stamps</filename> | 225 | On subsequent runs, BitBake looks within the <filename>build/tmp/stamps</filename> |
226 | directory and does not rerun | 226 | directory and does not rerun |
227 | tasks that are already completed unless a timestamp is found to be invalid. | 227 | tasks that are already completed unless a timestamp is found to be invalid. |
228 | Currently, invalid timestamps are only considered on a per | 228 | Currently, invalid timestamps are only considered on a per |