[FE training-materials-updates] Fix the Android cleanup slides

Maxime Ripard maxime.ripard at free-electrons.com
Mon Aug 19 16:43:59 CEST 2013


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

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

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

commit 61bab56820cac69ce13b372d2900081ff34d8e85
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Aug 19 16:34:34 2013 +0200

    Fix the Android cleanup slides
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

61bab56820cac69ce13b372d2900081ff34d8e85
 .../android-build-system-basics.tex                |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slides/android-build-system-basics/android-build-system-basics.tex b/slides/android-build-system-basics/android-build-system-basics.tex
index 23e4533..f96deb2 100644
--- a/slides/android-build-system-basics/android-build-system-basics.tex
+++ b/slides/android-build-system-basics/android-build-system-basics.tex
@@ -64,11 +64,11 @@ $ make showcommands
   \frametitle{Cleaning}
   \begin{itemize}
   \item Cleaning is almost as easy as \code{rm -rf out/}
-  \item \code{make clean} deletes all generated files for the current combo.
-  \item \code{make clobber} deletes all generated files for all combos.
-  \item \code{make installclean} removes only the parts that needs to
-    be rebuilt when doing a configuration change. It is useful when
-    you work with several products to avoid doing a full rebuild each
-    time you change from one to the other
+  \item \code{make clean} or \code{make clobber} deletes all generated
+    files.
+  \item \code{make installclean} removes the installed files for the
+    current combo. It is useful when you work with several products to
+    avoid doing a full rebuild each time you change from one to the
+    other
   \end{itemize}
 \end{frame}



More information about the training-materials-updates mailing list