Ignore:
Timestamp:
03/15/2015 11:29:31 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8f7d07eb
Parents:
ecd016b
Message:

Remove non-essential static libraries from the installation. Added a new
section in Chapter 6 Introduction, supressed many static libraries in different
packages, and removed the remaining in the Cleaning Up section.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/revisedchroot.xml

    recd016b r73b2841  
    3636  </note>
    3737
    38 <screen role="nodump"><userinput>rm -rf /tools</userinput></screen>
    39 
    4038  <para>If the virtual kernel file systems have been unmounted, either manually
    4139  or through a reboot, ensure that the virtual kernel file systems are mounted
     
    4442  linkend="ch-system-kernfsmount"/>.</para>
    4543
     44  <para>Finally, thre were several static libraries that were not supressed earlier
     45  in the chapter in order to satisfy the regression tests in several packages. These
     46  libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib.  If desired,
     47  remove them now:</para>
     48
     49<screen><userinput>rm /usr/lib/lib{bfd,opcodes}.a
     50rm /usr/lib/libbz2.a
     51rm /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
     52rm /usr/lib/lib{fl,fl_pic}.a
     53rm /usr/lib/libltdl.a
     54rm /usr/lib/libz.a</userinput></screen>
     55
    4656</sect1>
Note: See TracChangeset for help on using the changeset viewer.