Ignore:
Timestamp:
12/20/2022 03:48:03 PM (22 months ago)
Author:
David Bryant <david@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
9c753b58
Parents:
a613960
Message:

Remove redundant verbiage; improve English idiom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/cleanup.xml

    ra613960 r0785a5e  
    1111  <title>Cleaning Up</title>
    1212
    13   <para>Finally, clean up some extra files left around from running tests:</para>
     13  <para>Finally, clean up some extra files left over from running tests:</para>
    1414
    1515<screen><userinput>rm -rf /tmp/*</userinput></screen>
    1616
    17   <para>There are also several files installed in the /usr/lib and /usr/libexec
     17  <para>There are also several files in the /usr/lib and /usr/libexec
    1818  directories with a file name extension of .la. These are "libtool archive"
    19   files. As already said, on a modern Linux system the libtool .la files are
     19  files. On a modern Linux system the libtool .la files are
    2020  only useful for libltdl.  No libraries in LFS are expected to be loaded
    21   by libltdl, and it's known that some .la files can cause BLFS packages
    22   fail to build.  Remove those files now:</para>
     21  by libltdl, and it's known that some .la files can break BLFS package
     22  builds.  Remove those files now:</para>
    2323
    2424<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.