Changeset 5e06d04 for chapter06


Ignore:
Timestamp:
02/01/2021 08:37:19 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f695e02
Parents:
3e73c5d
Message:

Merge changes from trunk to multilib

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r3e73c5d r5e06d04  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    25 <!-- xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zlib.xml"/ -->
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zlib.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
  • chapter06/zlib.xml

    r3e73c5d r5e06d04  
    66]>
    77
    8 <sect1 id="ch-tools-zlib" role="wrap" arch="ml_32,ml_x32,ml_all">
     8<sect1 id="ch-tools-zlib" role="wrap">
    99  <?dbhtml filename="zlib.html"?>
    1010
     
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
    52     <para>To test the results, issue:</para>
    53 
    54 <screen><userinput remap="test">make check</userinput></screen>
    55 
    5652    <para>Install the package:</para>
    5753
    58     <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    59 
    60     <para>The shared library needs to be moved to
    61     <filename class="directory">/lib</filename>, and as a result the
    62     <filename class="extension">.so</filename> file in
    63     <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
    64 
    65 <screen><userinput remap="install">mv -v $LFS/usr/lib/libz.so.* $LFS/lib
     54<screen><userinput remap="install">make DESTDIR=$LFS install
     55mv -v $LFS/usr/lib/libz.so.* $LFS/lib
    6656ln -sfv ../../lib/$(readlink $LFS/usr/lib/libz.so) $LFS/usr/lib/libz.so</userinput></screen>
    6757
     
    125115
    126116  <sect2 role="content">
    127     <title/>
    128       <para>Details on this package are located in <xref linkend="contents-zlib" role="."/></para>
     117     <title/>
     118     <para>Details on this package are located in <xref linkend="contents-zlib" role="."/></para>
     119
    129120  </sect2>
    130121
Note: See TracChangeset for help on using the changeset viewer.