Changeset e37764e for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:38 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
75115732
Parents:
566dbac
git-author:
Thomas Trepl <thomas@…> (04/21/2020 01:41:01 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:38 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter05
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/chapter05.xml

    r566dbac re37764e  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
  • chapter05/stripping.xml

    r566dbac re37764e  
    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>
  • chapter05/util-linux.xml

    r566dbac re37764e  
    66]>
    77
    8 <sect1 id="ch-tools-util-linux" role="wrap" revision="systemd">
     8<sect1 id="ch-tools-util-linux" role="wrap">
    99  <?dbhtml filename="util-linux.html"?>
    1010
Note: See TracChangeset for help on using the changeset viewer.