From 950dcd16ecef535f352512cf76fee9ca7909854e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 12:55:45 -0600 Subject: [PATCH] ref-manual: Edits to ccache class. (From yocto-docs rev: 364a985f3061d10e7a7fcd366b1db11512f50737) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 3 +-- 1 file changed, 1 insertion(+), 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 @@ <filename>ccache.bbclass</filename> - The C/C++ Compiler Cache (ccache) class enables - this cache for the build. + The ccache class enables this cache for the build. This class is used to give a minor performance boost during the build. However, using the class can lead to unexpected side-effects. Thus, it is recommended that you do not use this class.