Changeset 4e1dce4


Ignore:
Timestamp:
Jan 21, 2009, 9:14:36 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1d76a1c5
Parents:
f698c15d
Message:

Text updates for temp-perl

File:
1 edited

Legend:

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

    rf698c15d r4e1dce4  
    4242
    4343      <varlistentry>
    44         <term><parameter>-Dstatic_ext='Data/Dumper IO Fcntl POSIX'</parameter></term>
     44        <term><parameter>-Dcc="gcc"</parameter></term>
    4545        <listitem>
    46           <para>This tells Perl to build the minimum set of static
    47           extensions needed for installing and testing the Glibc and
    48           Coreutils packages later in this chapter.</para>
     46          <para>Tells Perl to use <command>gcc</command> instead of the
     47          default <command>cc</command>.</para>
    4948        </listitem>
    5049      </varlistentry>
     
    5251    </variablelist>
    5352
    54   <para os="f">Now we are ready to make our perl utilities:</para>
     53  <para os="f">Compile the package:</para>
    5554
    5655<screen os="g"><userinput>make</userinput></screen>
    5756
    5857  <para os="h">Although Perl comes with a test suite, it is not recommended
    59   to run it at this point. Only part of Perl was built and running
    60   <command>make test</command> now will cause the rest of Perl to be built
    61   as well, which is unnecessary at this point. The test suite can be run
    62   later in this chapter if desired.</para>
     58  to run it at this point, as this Perl installation is only temporary. The
     59  test suite can be run later in this chapter if desired.</para>
    6360
    64     <para os="i">Install these tools and their libraries:</para>
     61    <para os="i">Install the package:</para>
    6562
    6663<screen os="j"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.