From c0c616a439608a25003e82a53822c9aa5f78efbc Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 19 Aug 2020 15:31:33 +0000 Subject: fix some typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/coreutils.xml | 2 +- chapter08/revisedchroot.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08') diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 51cdbecaa..55006e1c7 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -127,7 +127,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" - The test-getlogin test is known to fail in the LFS chroot envronment. + The test-getlogin test is known to fail in the LFS chroot environment. Remove the temporary group: diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 5618cf0ff..57ca3d71d 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -50,7 +50,7 @@ rm -f /usr/lib/libfl.a rm -f /usr/lib/libz.a There are also several files installed in the /usr/lib and /usr/libexec - directories with a file name extention of .la. These are "libtool archive" + directories with a file name extension of .la. These are "libtool archive" files. As already said, they are only useful when linking with static libraries. They are unneeded, and potentially harmful, when using dynamic shared libraries, specially when using also non-autotools build systems. -- cgit v1.2.3-54-g00ecf