diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-21 06:38:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:52 +0000 |
commit | 84ee65aef0ac79b2b8294daa3a5ea3932c5a1c6f (patch) | |
tree | ca997c57691e5efb9a9a5aacdde5c72ce88dde36 | |
parent | 328b3bdbfd39d7c504140912820ec361c63ea3ff (diff) | |
download | poky-84ee65aef0ac79b2b8294daa3a5ea3932c5a1c6f.tar.gz |
ref-manual: Edits to the TCLIBCAPPEND variable.
(From yocto-docs rev: da3327f5fb5a89ff94c90bd6260b8e6f8adbcd1a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1911f33ba7..5d49ce8205 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10784,13 +10784,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10784 | Specifies a suffix to be appended onto the | 10784 | Specifies a suffix to be appended onto the |
10785 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> | 10785 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> |
10786 | value. | 10786 | value. |
10787 | The suffix identifies the <filename>libc</filename> variant | ||
10788 | for building. | ||
10787 | When you are building for multiple variants with the same | 10789 | When you are building for multiple variants with the same |
10788 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, | 10790 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, |
10789 | this mechanism ensures that output for different | 10791 | this mechanism ensures that output for different |
10790 | <filename>libc</filename> variants is kept separate to | 10792 | <filename>libc</filename> variants is kept separate to |
10791 | avoid potential conflicts. | 10793 | avoid potential conflicts. |
10792 | The suffix identifies the <filename>libc</filename> variant | ||
10793 | for building. | ||
10794 | </para> | 10794 | </para> |
10795 | 10795 | ||
10796 | <para> | 10796 | <para> |