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