Ignore:
Timestamp:
04/21/2020 01:41:01 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
0ce8c18
Parents:
bd67f69
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/stripping.xml

    rbd67f69 ra07a34d  
    3939<screen><userinput>rm -rf /tools/{,share}/{info,man,doc}</userinput></screen>
    4040
    41   <para>Remove unneeded files:</para>
     41  <para>The libtool .la files are only useful when linking with static
     42  libraries. They are unneeded, and potentially harmful, when using dynamic
     43  shared libraries, specially when using also non-autotools build systems.
     44  Remove those files now:</para>
    4245
    4346<screen arch="default"><userinput>find /tools/{lib,libexec} -name \*.la -delete</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.