Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 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:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r82fedc4 re0e40d3  
    3434    <title>Installation of Tar</title>
    3535
    36 <para os="a">Apply a patch to fix some issues with the test suite when using
     36<para os="p1">Apply a patch to fix some issues with the test suite when using
    3737GCC-&gcc-version;:</para>
    3838
    39 <screen os="a1"><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
     39<screen os="p2"><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
    4040
    41     <para os="b">Tar has a bug when the <option>-S</option> option is used with
     41    <para os="p3">Tar has a bug when the <option>-S</option> option is used with
    4242    files larger than 4 GB. The following patch properly fixes this issue:</para>
    4343
    44 <screen os="b1"><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
     44<screen os="p4"><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
    4545
    46     <para os="c">Prepare Tar for compilation:</para>
     46    <para os="a">Prepare Tar for compilation:</para>
    4747
    48 <screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
     48<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
    4949
    50     <para os="d">Compile the package:</para>
     50    <para os="c">Compile the package:</para>
    5151
    52 <screen os="e"><userinput>make</userinput></screen>
     52<screen os="d"><userinput>make</userinput></screen>
    5353
    54     <para os="f">To test the results, issue:
     54    <para os="e">To test the results, issue:
    5555    <userinput>make check</userinput>.</para>
    5656
    57     <para os="g">Install the package:</para>
     57    <para os="f">Install the package:</para>
    5858
    59 <screen os="h"><userinput>make install</userinput></screen>
     59<screen os="g"><userinput>make install</userinput></screen>
    6060
    6161  </sect2>
Note: See TracChangeset for help on using the changeset viewer.