[bootlin/training-materials updates] master: Embedded Linux: stress that "j" in make corresponds to "jobs" (6f29729f)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 14 09:58:51 CEST 2022


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

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

commit 6f29729f3c2c9f0ca5ac1191f0ee5fde0844e8b9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 14 09:58:18 2022 +0200

    Embedded Linux: stress that "j" in make corresponds to "jobs"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

6f29729f3c2c9f0ca5ac1191f0ee5fde0844e8b9
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 3ccaf420..a7858af3 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -378,7 +378,7 @@ CONFIG_FAT_DEFAULT_CODEPAGE=437
   \begin{itemize}
     \item Only works from the top kernel source directory
     \item Should not be performed as a priviledged user
-    \item Run several jobs in parallel. Our advice: \code{ncpus * 2} to
+    \item Run several {\bf j}obs in parallel. Our advice: \code{ncpus * 2} to
       fully load the CPU and I/Os at all times.\\
           Example: \code{make -j 8}
     \item To {\bf re}compile faster (7x according to some benchmarks),\\




More information about the training-materials-updates mailing list