Changeset ceebda5 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
61385ca
Parents:
eef83ea
git-author:
Thomas Trepl <thomas@…> (03/30/2021 08:47:28 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    reef83ea rceebda5  
    107107    to link against zlib from the host distribution:</para>
    108108
    109 <screen><userinput remap="install">make DESTDIR=$LFS install
     109<screen><userinput remap="install">make DESTDIR=$LFS install -j1
    110110install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
    111 
    112     <para>
    113       Workaround an issue causing
    114       <filename class="libraryfile">libctf.so</filename>
    115       to link against zlib from the host distribution:
    116     </para>
    117 
    118 <screen><userinput remap="install">install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
    119111
    120112  </sect2>
  • chapter06/file.xml

    reef83ea rceebda5  
    9191<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    9292
     93    <para>Move a shared library into its final location in the LFS system,
     94    and recreate the symlink for it:</para>
     95
     96<screen><userinput remap="install">mv -v $LFS/usr/lib/libmagic.so.* $LFS/lib
     97ln -sfv ../../lib/$(readlink /usr/lib/libmagic.so) $LFS/usr/lib/libmagic.so</userinput></screen>
     98
    9399  </sect2>
    94100
Note: See TracChangeset for help on using the changeset viewer.