summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 11:05:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:54 +0100
commitc5d630c91560df63c2878a76483d0247d9b382a6 (patch)
treec8bccd14a8047698f15d65f02f63ae5295f8b446 /documentation/ref-manual
parente21e2874a196a981954c5e2656f0817ea5a6d457 (diff)
downloadpoky-c5d630c91560df63c2878a76483d0247d9b382a6.tar.gz
ref-manual: Removed some redundant links.
Removed redundant link to CFLAGS in the TARGET_CFLAGS variable description. Removed redundant link to CPPFLAGS in the TARGET_CPPFLAGS variable description. (From yocto-docs rev: aa95485d44f92b831cd111dbc5bf75526d239db4) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index fd89b4d8c8..71f5a84b03 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -14491,10 +14491,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14491 14491
14492 <para> 14492 <para>
14493 Additionally, the SDK's environment setup script sets 14493 Additionally, the SDK's environment setup script sets
14494 the 14494 the <filename>CFLAGS</filename> variable in the environment
14495 <link linkend='var-CFLAGS'><filename>CFLAGS</filename></link> 14495 to the <filename>TARGET_CFLAGS</filename> value so that
14496 variable in the environment to the
14497 <filename>TARGET_CFLAGS</filename> value so that
14498 executables built using the SDK also have the flags 14496 executables built using the SDK also have the flags
14499 applied. 14497 applied.
14500 </para> 14498 </para>
@@ -14518,12 +14516,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14518 14516
14519 <para> 14517 <para>
14520 Additionally, the SDK's environment setup script sets 14518 Additionally, the SDK's environment setup script sets
14521 the 14519 the <filename>CPPFLAGS</filename> variable in the
14522 <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link> 14520 environment to the <filename>TARGET_CPPFLAGS</filename>
14523 variable in the environment to the 14521 value so that executables built using the SDK also have
14524 <filename>TARGET_CPPFLAGS</filename> value so that 14522 the flags applied.
14525 executables built using the SDK also have the flags
14526 applied.
14527 </para> 14523 </para>
14528 </glossdef> 14524 </glossdef>
14529 </glossentry> 14525 </glossentry>