[FE training-materials-updates] slides: android: Fix make modules explanatios

Maxime Ripard maxime.ripard at free-electrons.com
Thu Aug 22 14:48:53 CEST 2013


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

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

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

commit 5a2886105b7434dbb8a07c7f385774105e838528
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Aug 22 14:48:12 2013 +0200

    slides: android: Fix make modules explanatios
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

5a2886105b7434dbb8a07c7f385774105e838528
 .../android-build-system-modules.tex               |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/android-build-system-modules/android-build-system-modules.tex b/slides/android-build-system-modules/android-build-system-modules.tex
index 36a3269..add7730 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -273,7 +273,7 @@ include $(BUILD_PREBUILT)
   \frametitle{Making and cleaning a module (2/2)}
   \begin{itemize}
   \item To clean a single module, do \code{make clean-ModuleName}
-  \item You can also get the list of the modules to be built with the
-    \code{make modules} target
+  \item You can also get the list of the modules available in the
+    build system with the \code{make modules} target
   \end{itemize}
 \end{frame}



More information about the training-materials-updates mailing list