typos ruined everything
This commit is contained in:
parent
948b796333
commit
4417f99b55
11
chap8p1.sh
11
chap8p1.sh
@ -684,10 +684,10 @@ grep -E -o '/usr/lib.*/S?crt[1in].*succeeded' dummy.log
|
|||||||
echo "Verify that the compiler is searching for the correct header files"
|
echo "Verify that the compiler is searching for the correct header files"
|
||||||
echo "The output should be:"
|
echo "The output should be:"
|
||||||
echo "#include <...> search starts here:"
|
echo "#include <...> search starts here:"
|
||||||
echo" /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include"
|
echo "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include"
|
||||||
echo" /usr/local/include"
|
echo "/usr/local/include"
|
||||||
echo" /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include-fixed"
|
echo "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include-fixed"
|
||||||
echo" /usr/include"
|
echo "/usr/include"
|
||||||
grep -B4 '^ /usr/include' dummy.log
|
grep -B4 '^ /usr/include' dummy.log
|
||||||
echo "Verify that the new linker is being used with the correct search paths"
|
echo "Verify that the new linker is being used with the correct search paths"
|
||||||
echo "References to paths that have components with '-linux-gnu' should be ignored, but otherwise the output should be:"
|
echo "References to paths that have components with '-linux-gnu' should be ignored, but otherwise the output should be:"
|
||||||
@ -719,9 +719,6 @@ CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T")
|
|||||||
echo "$CURRENT_DATE_TIME: Finished 8.29 ""$LFS_GCC""" >> build.log &&
|
echo "$CURRENT_DATE_TIME: Finished 8.29 ""$LFS_GCC""" >> build.log &&
|
||||||
echo "$LFS_GCC" >> /installed.txt
|
echo "$LFS_GCC" >> /installed.txt
|
||||||
|
|
||||||
CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T")
|
|
||||||
echo "$CURRENT_DATE_TIME: Starting 8.27 ""$LFS_PKGCONFIG""" >> build.log
|
|
||||||
|
|
||||||
CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T")
|
CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T")
|
||||||
echo "$CURRENT_DATE_TIME: Starting 8.30 ""$LFS_NCURSES""" >> build.log
|
echo "$CURRENT_DATE_TIME: Starting 8.30 ""$LFS_NCURSES""" >> build.log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user