diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 17:49:20 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 17:49:20 +0000 |
commit | 242448316a5872eb33374716ac12408e9bf2f5ac (patch) | |
tree | 372da8eee42d1983ddf6447c5214b532a3f88f42 /chapter05/perl.xml | |
parent | fba1478dba9095f0007730e844793ad38d9b5af2 (diff) |
Removed text in chapter 05 - last round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index c0de05a45..9c489e1fc 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -12,7 +12,6 @@ <secondary>tools</secondary></indexterm> <sect2 role="package"><title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/perl.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -20,8 +19,6 @@ <seglistitem><seg>0.8 SBU</seg><seg>74 MB</seg></seglistitem> </segmentedlist> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/perl.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> - </sect2> <sect2 role="installation"> @@ -31,22 +28,10 @@ <screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc-1.patch</userinput></screen> -<para>Now prepare Perl for compilation (make sure you get the 'IO Fcntl POSIX' -right, they are all letters):</para> +<para>Now prepare Perl for compilation:</para> <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen> -<para>The meaning of the configure option:</para> - -<variablelist> -<varlistentry> -<term><parameter>-Dstatic_ext='IO Fcntl POSIX'</parameter></term> -<listitem><para>This tells -Perl to build the minimum set of static extensions needed for installing and -testing the Coreutils package in the next chapter.</para></listitem> -</varlistentry> -</variablelist> - <para>Compile only the required tools:</para> <screen><userinput>make perl utilities</userinput></screen> @@ -59,8 +44,4 @@ cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen> </sect2> -<sect2 role="content"><title/> -<para>The details on this package are found in <xref linkend="contents-perl"/>.</para> -</sect2> - </sect1> |