diff --git a/chap5-6.sh b/chap5-6.sh index edbbeda..cfbea9b 100644 --- a/chap5-6.sh +++ b/chap5-6.sh @@ -73,7 +73,9 @@ make headers && find usr/include -type f ! -name '*.h' -delete && cp -rv usr/include $LFS/usr && cd .. && -rm -rf "$LFS_LINUX" +rm -rf "$LFS_LINUX" && +echo "Finished 5.4. ""$LFS_LINUX"" API Headers" >> build.log + echo "5.5. ""$LFS_GLIBC""" tar xf "$LFS_GLIBC".tar.xz && diff --git a/vars.sh b/vars.sh index af7dcaf..e6a5c0a 100644 --- a/vars.sh +++ b/vars.sh @@ -14,9 +14,9 @@ export LFS="/mnt/lfs" export LFS_BINUTILS="binutils-2.40" export LFS_GCC="gcc-12.2.0" -export LFS_LINUX="Linux-6.1.11" +export LFS_LINUX="linux-6.1.11" export LFS_M4="M4-1.4.19" -export LFS_GLIBC="Glibc-2.37" +export LFS_GLIBC="glibc-2.37" export LFS_BASH="bash-5.2.15" export LFS_COREUTILS="coreutils-9.1" export LFS_DIFFUTILS="diffutils-3.9"