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
  • chapter06/diffutils.xml

    r6aa2db52 r2822654  
    4646    non-compliance issue:</para>
    4747
    48 <screen><userinput>patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen>
     48<screen><userinput remap="pre">patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen>
    4949
    5050    <para>The above patch will cause the Diffutils build system to attempt to
     
    5454    the file <filename>man/diff.1</filename>:</para>
    5555
    56 <screen><userinput>touch man/diff.1</userinput></screen>
     56<screen><userinput remap="pre">touch man/diff.1</userinput></screen>
    5757
    5858    <para>Prepare Diffutils for compilation:</para>
    5959
    60 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     60<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    6161
    6262    <para>Compile the package:</para>
    6363
    64 <screen><userinput>make</userinput></screen>
     64<screen><userinput remap="make">make</userinput></screen>
    6565
    6666    <para>This package does not come with a test suite.</para>
     
    6868    <para>Install the package:</para>
    6969
    70 <screen><userinput>make install</userinput></screen>
     70<screen><userinput remap="install">make install</userinput></screen>
    7171
    7272  </sect2>
Note: See TracChangeset for help on using the changeset viewer.