Ignore:
Timestamp:
Feb 21, 2006, 1:20:08 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
735ac8e
Parents:
a1a0762
Message:

r770@server (orig r768): jim | 2005-11-29 00:32:15 -0800

r814@server: jim | 2005-11-28 23:39:56 -0800
Text updates to temp-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/diffutils.xml

    ra1a0762 r1bc8e5f  
    2323    <title>Installation of Diffutils</title>
    2424
    25     <para>Prepare Diffutils for compilation:</para>
     25    <para os="a">Prepare Diffutils for compilation:</para>
    2626
    27 <screen><userinput>./configure --prefix=/tools \
     27<screen os="b"><userinput>./configure --prefix=/tools \
    2828    --host=${LFS_TARGET}</userinput></screen>
    2929
    30     <para>Compile the package:</para>
     30    <para os="c">Compile the package:</para>
    3131
    32 <screen><userinput>make</userinput></screen>
     32<screen os="d"><userinput>make</userinput></screen>
    3333
    34     <para>Install the package:</para>
     34    <para os="e">Install the package:</para>
    3535
    36 <screen><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make install</userinput></screen>
    3737
    3838  </sect2>
Note: See TracChangeset for help on using the changeset viewer.