From 690f7e17a52ea00bf93fc748301516aaf410000d Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 7 May 2023 15:47:00 +0200 Subject: [PATCH] correct dir switch --- chap5-6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap5-6.sh b/chap5-6.sh index bedbd69..edbbeda 100644 --- a/chap5-6.sh +++ b/chap5-6.sh @@ -61,7 +61,7 @@ make install && cd .. && cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \ `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/install-tools/include/limits.h && -cd ../.. && +cd .. && rm -rf "$LFS_GCC" && echo "Finished 5.3. ""$LFS_GCC"" - Pass 1" >> build.log