Changeset e1beb751 for final-system


Ignore:
Timestamp:
Feb 21, 2006, 2:13:14 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
0f559d45
Parents:
89da68b
Message:

r1082@server (orig r1080): chris | 2006-01-15 10:06:36 -0800
Various minor text fixes, and a correction to the temp-perl installation instructions

Location:
final-system
Files:
2 edited

Legend:

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

    r89da68b re1beb751  
    2828<screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    2929
    30 <screen os="c"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen>
     30<para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper
     31Fcntl IO POSIX' part of the command correct&mdash;they are all
     32letters):</para>
    3133
    32     <variablelist os="d">
     34<screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen>
     35
     36    <variablelist os="e">
    3337      <title>The meaning of the configure option:</title>
    3438
     
    3842          <para>This tells Perl to build the minimum set of static
    3943          extensions needed for installing and testing the Coreutils
    40           package in the next chapter.</para>
     44          package later in this chapter.</para>
    4145        </listitem>
    4246      </varlistentry>
     
    4448    </variablelist>
    4549
    46   <para os="e">Now we are ready to make our perl utilities:</para>
     50  <para os="f">Now we are ready to make our perl utilities:</para>
    4751
    48 <screen os="f"><userinput>make perl utilities</userinput></screen>
     52<screen os="g"><userinput>make perl utilities</userinput></screen>
    4953
    50     <para os="g">Install these tools and their libraries:</para>
     54    <para os="h">Install these tools and their libraries:</para>
    5155
    52 <screen os="h"><userinput>cp perl pod/pod2man /tools/bin
     56<screen os="i"><userinput>cp perl pod/pod2man /tools/bin
    5357install -d /tools/lib/perl5/&perl-version;
    5458cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
  • final-system/multilib/temp-perl.xml

    r89da68b re1beb751  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
     33<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/temp-perl.xml"
     35    xpointer="xpointer(//*[@os='c'])"/>
     36
    3337<screen os="c"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc ${BUILD32}"</userinput></screen>
    34 
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../common/temp-perl.xml"
    37     xpointer="xpointer(//*[@os='d'])"/>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5353    xpointer="xpointer(//*[@os='h'])"/>
    5454
     55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     56    href="../common/temp-perl.xml"
     57    xpointer="xpointer(//*[@os='i'])"/>
     58
    5559  </sect2>
    5660
Note: See TracChangeset for help on using the changeset viewer.