[FE training-materials-updates] Fix the ccaches folders

Maxime Ripard maxime.ripard at free-electrons.com
Tue Dec 17 17:03:36 CET 2013


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

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

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

commit 9f1ae5bdff74e259513e31ab7e2d8d300d7e5d3d
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Dec 17 16:52:40 2013 +0100

    Fix the ccaches folders
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

9f1ae5bdff74e259513e31ab7e2d8d300d7e5d3d
 .../android-first-compilation.tex                  |    4 ++--
 labs/android-new-board/android-new-board.tex       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/android-first-compilation/android-first-compilation.tex b/labs/android-first-compilation/android-first-compilation.tex
index 9e0c676..c7b6015 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
+export CCACHE_DIR=/opt/ccache-aosp
 \end{verbatim}
 or, depending on your setup,
 \begin{verbatim}
-export CCACHE_DIR=$HOME/felabs/android/ccache
+export CCACHE_DIR=$HOME/felabs/android/ccache-aosp
 \end{verbatim}
 
 And that's it!
diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 34ebe87..7bdf9fe 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -54,11 +54,11 @@ Make sure we are using \code{ccache}:
 
 \begin{verbatim}
 export USE_CCACHE=1
-export CCACHE_DIR=$HOME/felabs/android/ccache
+export CCACHE_DIR=$HOME/felabs/android/ccache-rowboat
 \end{verbatim}
 or, depending on your setup,
 \begin{verbatim}
-export CCACHE_DIR=/opt/ccache
+export CCACHE_DIR=/opt/ccache-rowboat
 \end{verbatim}
 
 And finally, we can start the compilation:



More information about the training-materials-updates mailing list