[FE training-materials-updates] We don't use two ccache archives anymore

Maxime Ripard maxime.ripard at free-electrons.com
Mon May 19 12:03:20 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=765b611e1fc353326e9ac5e4b61f2381dddcc990

>---------------------------------------------------------------

commit 765b611e1fc353326e9ac5e4b61f2381dddcc990
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu May 15 16:57:31 2014 +0200

    We don't use two ccache archives anymore
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

765b611e1fc353326e9ac5e4b61f2381dddcc990
 .../android-first-compilation.tex                  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/android-first-compilation/android-first-compilation.tex b/labs/android-first-compilation/android-first-compilation.tex
index 8ac36ef..1856545 100644
--- a/labs/android-first-compilation/android-first-compilation.tex
+++ b/labs/android-first-compilation/android-first-compilation.tex
@@ -48,11 +48,11 @@ to set a few environment variable.
 
 \begin{verbatim}
 export USE_CCACHE=1
-export CCACHE_DIR=/opt/ccache-aosp
+export CCACHE_DIR=/opt/ccache
 \end{verbatim}
 or, depending on your setup,
 \begin{verbatim}
-export CCACHE_DIR=$HOME/felabs/android/ccache-aosp
+export CCACHE_DIR=$HOME/felabs/android/ccache
 \end{verbatim}
 
 And that's it!



More information about the training-materials-updates mailing list