Changeset 69993f4 for chapter05/perl.xml


Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/perl.xml

    rec0a37e6 r69993f4  
    3333<screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen>
    3434
    35 <para>Now prepare Perl for compilation (make sure you get the 'IO Fcntl POSIX'
    36 part of the command correct -- they are all letters):</para>
     35<para>Now prepare Perl for compilation (make sure to get the 'IO Fcntl POSIX'
     36part of the command correct&mdash;they are all letters):</para>
    3737
    3838<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen>
     
    5656run it at this point. Only part of Perl was built and running
    5757<userinput>make test</userinput> now will cause the rest of Perl to be
    58 built as well which is unnecessary at this point. The test suite can
     58built as well, which is unnecessary at this point. The test suite can
    5959be run in the next chapter if desired.</para>
    6060
     
    6868
    6969<sect2 role="content"><title/>
    70 <para>The details on this package are found in <xref linkend="contents-perl"/>.</para>
     70<para>Details on this package are located in <xref linkend="contents-perl"/>.</para>
    7171</sect2>
    7272
Note: See TracChangeset for help on using the changeset viewer.