Changeset 51b58ad for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
c63253fb
Parents:
ce2f9d8
git-author:
Thomas Trepl <thomas@…> (07/08/2020 07:36:00 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Merge changes from trunk to multilib

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

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libelf.xml

    rce2f9d8 r51b58ad  
    4747    <para>Prepare Libelf for compilation:</para>
    4848
    49 <screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod</userinput></screen>
     49<screen><userinput remap="configure">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput></screen>
    5050
    5151    <para>Compile the package:</para>
     
    6363<screen><userinput remap="install">make -C libelf install
    6464install -vm644 config/libelf.pc /usr/lib/pkgconfig
    65 rm /usr/lib/libelf.a</userinput></screen>
     65rm /lib/libelf.a</userinput></screen>
    6666
    6767  </sect2>
  • chapter08/revisedchroot.xml

    rce2f9d8 r51b58ad  
    7171   Archive (.la) files"</ulink>.</para>
    7272
     73   <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and
     74   <xref linkend="chapter-chroot-temporary-tools"/> is still partially
     75   installed, and not needed anymore. Remove it with:</para>
     76
     77<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
     78
     79   <para>The <filename class="directory">/tools</filename> directory can also
     80   be removed to further gain some place:</para>
     81
     82<screen><userinput>rm -rf /tools</userinput></screen>
     83
    7384   <para>Finally, remove the temporary 'tester' user account created at the
    7485   beginning of the previous chapter.</para>
Note: See TracChangeset for help on using the changeset viewer.