summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-15 10:25:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:49 +0100
commita275fd841fedd9eac15f709f940eb28e898e4354 (patch)
treeca25cb80cca0e2390de5d4d41a51cf30eab7adfb /documentation/dev-manual
parent97eb377e5c90a58beb42b6e9698282b7bba798e8 (diff)
downloadpoky-a275fd841fedd9eac15f709f940eb28e898e4354.tar.gz
dev-manual: Fixed broken link to WORKDIR variable.
(From yocto-docs rev: c239bd40e92cedee6301c176ff96821ea270fc39) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c11f2b3ff7..5f7908b5ab 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -12377,7 +12377,7 @@ Some notes from Cal:
12377 <para> 12377 <para>
12378 If you want to force an up-to-date task to be rerun (e.g. 12378 If you want to force an up-to-date task to be rerun (e.g.
12379 because you made manual modifications to the recipe's 12379 because you made manual modifications to the recipe's
12380 <ulink linkend='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> 12380 <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
12381 that you want to try out), then you can use the 12381 that you want to try out), then you can use the
12382 <filename>-f</filename> option. 12382 <filename>-f</filename> option.
12383 <note> 12383 <note>