[bootlin/training-materials updates] master: sysdev/kernel: building: make help is an interesting target, make it an item on its own (99a248f6)

Miquel Raynal miquel.raynal at bootlin.com
Wed Nov 10 11:09:13 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/99a248f6c017fdaf7d02d745787e0357e2a2cfee

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

commit 99a248f6c017fdaf7d02d745787e0357e2a2cfee
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Nov 10 10:44:49 2021 +0100

    sysdev/kernel: building: make help is an interesting target, make it an item on its own
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

99a248f6c017fdaf7d02d745787e0357e2a2cfee
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 9d0aa321..4272911c 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -32,8 +32,8 @@
     \begin{itemize}
     \item using the \code{make} tool, which parses the Makefile
     \item through various {\bf targets}, defining which action should
-      be done (configuration, compilation, installation, etc.). Run
-      \code{make help} to see all available targets.
+      be done (configuration, compilation, installation, etc.).
+    \item Run \code{make help} to see all available targets.
     \end{itemize}
   \item Example
     \begin{itemize}




More information about the training-materials-updates mailing list