[bootlin/training-materials updates] master: labs/sysdev-thirdparty: fixup the ls -l commands (23994e7e)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Oct 27 12:05:38 CEST 2022


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

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

commit 23994e7ea9f69131d89d4c42cd7c54529d4d965b
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu Oct 27 12:05:38 2022 +0200

    labs/sysdev-thirdparty: fixup the ls -l commands
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

23994e7ea9f69131d89d4c42cd7c54529d4d965b
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 8f1043b7..48fe2149 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -815,7 +815,7 @@ To finish this lab completely, and to be consistent with what we've done before,
 let's strip the C library and its loader too.
 
 First, check the initial size of the binaries:
-\bashcmd{$ ls -l arm-linux-strip target/lib}
+\bashcmd{$ ls -l target/lib}
 
 Then strip the binaries in \code{/lib}:
 \begin{bashinput}
@@ -824,4 +824,4 @@ $ arm-linux-strip target/lib/*.so
 \end{bashinput}
 
 And check the final size:
-\bashcmd{$ ls -l arm-linux-strip target/lib/}
+\bashcmd{$ ls -l target/lib/}




More information about the training-materials-updates mailing list