Ignore:
Timestamp:
08/23/2020 08:15:14 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7091d59
Parents:
e9a3e8f
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/revisedchroot.xml

    re9a3e8f ra1ad522  
    5757
    5858  <para>There are also several files installed in the /usr/lib and /usr/libexec
    59   directories with a file name extention of .la. These are "libtool archive"
     59  directories with a file name extension of .la. These are "libtool archive"
    6060  files. As already said, they are only useful when linking with static
    6161  libraries. They are unneeded, and potentially harmful, when using dynamic
     
    7373   <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and
    7474   <xref linkend="chapter-chroot-temporary-tools"/> is still partially
    75    installed, and not needed anymore. Remove it with:</para>
     75   installed and not needed anymore. Remove it with:</para>
    7676
    7777<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.