[bootlin/training-materials updates] master: labs: debugging: fix ltrace makefile (5d26597f)

Clément Léger clement.leger at bootlin.com
Tue Jan 31 16:23:37 CET 2023


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

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

commit 5d26597f7992d32403b18fedaaab1f54b5569095
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Tue Jan 31 16:23:37 2023 +0100

    labs: debugging: fix ltrace makefile
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

5d26597f7992d32403b18fedaaab1f54b5569095
 lab-data/debugging/nfsroot/root/ltrace/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lab-data/debugging/nfsroot/root/ltrace/Makefile b/lab-data/debugging/nfsroot/root/ltrace/Makefile
index 13f5fe48..221a1edd 100644
--- a/lab-data/debugging/nfsroot/root/ltrace/Makefile
+++ b/lab-data/debugging/nfsroot/root/ltrace/Makefile
@@ -1,6 +1,6 @@
 CC=${CROSS_COMPILE}gcc
 
-all: app
+all: authent
 
 libauthent.so: authent_library.c authent_library.h
 	${CC} $< -g3 -fPIC -shared -o $@




More information about the training-materials-updates mailing list