From 779959bf5ca30e4e69746a7246b6a01b513114f1 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Sat, 7 Dec 2024 17:29:52 +0100 Subject: [PATCH] Looks like a success --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index caf519f..c18b3c4 100755 --- a/build.sh +++ b/build.sh @@ -372,13 +372,13 @@ if [ ! -f "$STEPS_DIR/glibc-step2" ]; then rm $LFS/usr/lib/libc.so make -j 32 - make install_root=$LFS install + make -j 32 install_root=$LFS install cd "$BASE_DIR" #rm -rf "$LFS_BUILD/glibc" touch "$STEPS_DIR/glibc-step2" fi -exit 0 + #unset CC #unset CXX #unset LD