diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 12:55:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:02 +0000 |
commit | 950dcd16ecef535f352512cf76fee9ca7909854e (patch) | |
tree | 94da84db9778020dddf6ba9ea31953d4c0587560 /documentation | |
parent | f8c5fa075af2fe130e26997a27e859bbdd46ab9f (diff) | |
download | poky-950dcd16ecef535f352512cf76fee9ca7909854e.tar.gz |
ref-manual: Edits to ccache class.
(From yocto-docs rev: 364a985f3061d10e7a7fcd366b1db11512f50737)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 7812209dbb..f0c3e9a7c3 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -344,8 +344,7 @@ | |||
344 | <title><filename>ccache.bbclass</filename></title> | 344 | <title><filename>ccache.bbclass</filename></title> |
345 | 345 | ||
346 | <para> | 346 | <para> |
347 | The C/C++ Compiler Cache (<filename>ccache</filename>) class enables | 347 | The <filename>ccache</filename> class enables this cache for the build. |
348 | this cache for the build. | ||
349 | This class is used to give a minor performance boost during the build. | 348 | This class is used to give a minor performance boost during the build. |
350 | However, using the class can lead to unexpected side-effects. | 349 | However, using the class can lead to unexpected side-effects. |
351 | Thus, it is recommended that you do not use this class. | 350 | Thus, it is recommended that you do not use this class. |