diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
commit | cd152f22770796527d3203b4b0b85abef43e018f (patch) | |
tree | 5b71c74520ae1f2bd8140c6694d88c115e63d054 /chapter08/revisedchroot.xml | |
parent | 1f460e53b4186579f9ec20622356910580663ab3 (diff) |
remove unneeded static libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 725c76170..3a2defb07 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -36,19 +36,6 @@ chroot "$LFS" /usr/bin/env -i \ linkend="ch-tools-bindmount"/> and <xref linkend="ch-tools-kernfsmount"/>.</para> - <para>There were several static libraries that were not suppressed earlier - in the chapter in order to satisfy the regression tests in several packages. These - libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If desired, - remove them now:</para> - -<screen><userinput>rm -f /usr/lib/lib{bfd,opcodes}.a -rm -f /usr/lib/libctf{,-nobfd}.a -rm -f /usr/lib/libbz2.a -rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a -rm -f /usr/lib/libltdl.a -rm -f /usr/lib/libfl.a -rm -f /usr/lib/libz.a</userinput></screen> - <para>There are also several files installed in the /usr/lib and /usr/libexec directories with a file name extension of .la. These are "libtool archive" files. As already said, they are only useful when linking with static |