From 0785a5e6ddee48b499d6a19e9e17ca0eeea8c393 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Tue, 20 Dec 2022 09:48:03 -0600 Subject: Remove redundant verbiage; improve English idiom. --- chapter08/cleanup.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter08') diff --git a/chapter08/cleanup.xml b/chapter08/cleanup.xml index c55b7af2f..daa38f597 100644 --- a/chapter08/cleanup.xml +++ b/chapter08/cleanup.xml @@ -10,16 +10,16 @@ Cleaning Up - Finally, clean up some extra files left around from running tests: + Finally, clean up some extra files left over from running tests: rm -rf /tmp/* - There are also several files installed in the /usr/lib and /usr/libexec + There are also several files in the /usr/lib and /usr/libexec directories with a file name extension of .la. These are "libtool archive" - files. As already said, on a modern Linux system the libtool .la files are + files. On a modern Linux system the libtool .la files are only useful for libltdl. No libraries in LFS are expected to be loaded - by libltdl, and it's known that some .la files can cause BLFS packages - fail to build. Remove those files now: + by libltdl, and it's known that some .la files can break BLFS package + builds. Remove those files now: find /usr/lib /usr/libexec -name \*.la -delete -- cgit v1.2.3-54-g00ecf