Changeset 2822654 for chapter05/gzip.xml


Ignore:
Timestamp:
09/18/2007 09:39:40 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
638fa13
Parents:
6aa2db52
Message:

Merged r8389:8391 from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gzip.xml

    r6aa2db52 r2822654  
    4848    Glibc provides, so we'll rename the function:</para>
    4949
    50 <screen><userinput>for file in gzip.c lib/utimens.{c,h} ; do \
     50<screen><userinput remap="pre">for file in gzip.c lib/utimens.{c,h} ; do \
    5151   cp -v $file{,.orig}
    5252   sed 's/futimens/gl_&amp;/' $file.orig &gt; $file
     
    5555    <para>Prepare Gzip for compilation:</para>
    5656
    57 <screen><userinput>./configure --prefix=/tools</userinput></screen>
     57<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
    5858
    5959    <para>Compile the package:</para>
    6060
    61 <screen><userinput>make</userinput></screen>
     61<screen><userinput remap="make">make</userinput></screen>
    6262
    63     <para>To test the results, issue:
    64     <userinput>make check</userinput>.</para>
     63    <para>To test the results, issue:</para>
     64
     65<screen><userinput remap="test">make check</userinput></screen>
    6566
    6667    <para>Install the package:</para>
    6768
    68 <screen><userinput>make install</userinput></screen>
     69<screen><userinput remap="install">make install</userinput></screen>
    6970
    7071  </sect2>
Note: See TracChangeset for help on using the changeset viewer.