diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 12:53:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:18 +0100 |
commit | 74e620e060d36eb3c5a435fc31cd8217ae9f9769 (patch) | |
tree | 2e68c23e24060faec43088e0d733bc9882dfdc60 /documentation/ref-manual/ref-classes.xml | |
parent | e387870ac8abffd3c6436164d3966146b092227e (diff) | |
download | poky-74e620e060d36eb3c5a435fc31cd8217ae9f9769.tar.gz |
ref-manual: Removed redundant link to the C/C++ Compiler Cache.
(From yocto-docs rev: 1e7898f584e0ca4f5dcfaef447b70aec36867051)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 492b30283c..64a86214dd 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -405,8 +405,7 @@ | |||
405 | <title><filename>ccache.bbclass</filename></title> | 405 | <title><filename>ccache.bbclass</filename></title> |
406 | 406 | ||
407 | <para> | 407 | <para> |
408 | The <filename>ccache</filename> class enables the | 408 | The <filename>ccache</filename> class enables the C/C++ Compiler Cache |
409 | <ulink url='http://ccache.samba.org/'>C/C++ Compiler Cache</ulink> | ||
410 | for the build. | 409 | for the build. |
411 | This class is used to give a minor performance boost during the build. | 410 | This class is used to give a minor performance boost during the build. |
412 | However, using the class can lead to unexpected side-effects. | 411 | However, using the class can lead to unexpected side-effects. |