diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 6d4c6b712c..51b9148e3e 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -434,11 +434,11 @@ | |||
434 | the checksum. | 434 | the checksum. |
435 | First, there is the actual specific build path of a given task - | 435 | First, there is the actual specific build path of a given task - |
436 | the <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>. | 436 | the <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>. |
437 | It does not matter if the working directory changes because it should not | 437 | It does not matter if the work directory changes because it should not |
438 | affect the output for target packages. | 438 | affect the output for target packages. |
439 | Also, the build process has the objective of making native or cross packages relocatable. | 439 | Also, the build process has the objective of making native or cross packages relocatable. |
440 | The checksum therefore needs to exclude <filename>WORKDIR</filename>. | 440 | The checksum therefore needs to exclude <filename>WORKDIR</filename>. |
441 | The simplistic approach for excluding the working directory is to set | 441 | The simplistic approach for excluding the work directory is to set |
442 | <filename>WORKDIR</filename> to some fixed value and create the checksum | 442 | <filename>WORKDIR</filename> to some fixed value and create the checksum |
443 | for the "run" script. | 443 | for the "run" script. |
444 | </para> | 444 | </para> |