[bootlin/training-materials updates] master: slides/buildroot-introduction: mention brmake (aafc22fd)
    Thomas Petazzoni 
    thomas.petazzoni at bootlin.com
       
    Fri Oct 29 10:46:38 CEST 2021
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/aafc22fd7a8b71ead22f5d5b0a8b9b09a196ffce
>---------------------------------------------------------------
commit aafc22fd7a8b71ead22f5d5b0a8b9b09a196ffce
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu May 6 23:09:10 2021 +0200
    slides/buildroot-introduction: mention brmake
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
>---------------------------------------------------------------
aafc22fd7a8b71ead22f5d5b0a8b9b09a196ffce
 slides/buildroot-introduction/buildroot-introduction.tex | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/slides/buildroot-introduction/buildroot-introduction.tex b/slides/buildroot-introduction/buildroot-introduction.tex
index f4e6dab1..d3b1e31a 100644
--- a/slides/buildroot-introduction/buildroot-introduction.tex
+++ b/slides/buildroot-introduction/buildroot-introduction.tex
@@ -154,6 +154,12 @@ $ make
     \begin{block}{}
 \begin{verbatim}
 $ make 2>&1 | tee build.log
+\end{verbatim}
+    \end{block}
+  \item Or the helper shell script provided by Buildroot:
+    \begin{block}{}
+\begin{verbatim}
+$ ./utils/brmake
 \end{verbatim}
     \end{block}
   \end{itemize}
    
    
More information about the training-materials-updates
mailing list