[Clfs-commits] commit: r4522 - /trunk/BOOK/final-system/common/temp-perl.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 21 21:14:37 PST 2009


Author: chris at beaker67.com
Date: Thu Jan 22 05:14:36 2009
New Revision: 4522

Log:
Text updates for temp-perl

Modified:
    trunk/BOOK/final-system/common/temp-perl.xml

Modified: trunk/BOOK/final-system/common/temp-perl.xml
==============================================================================
--- trunk/BOOK/final-system/common/temp-perl.xml (original)
+++ trunk/BOOK/final-system/common/temp-perl.xml Thu Jan 22 05:14:36 2009
@@ -41,27 +41,24 @@
       <title>The meaning of the configure option:</title>
 
       <varlistentry>
-        <term><parameter>-Dstatic_ext='Data/Dumper IO Fcntl POSIX'</parameter></term>
+        <term><parameter>-Dcc="gcc"</parameter></term>
         <listitem>
-          <para>This tells Perl to build the minimum set of static
-          extensions needed for installing and testing the Glibc and
-          Coreutils packages later in this chapter.</para>
+          <para>Tells Perl to use <command>gcc</command> instead of the
+          default <command>cc</command>.</para>
         </listitem>
       </varlistentry>
 
     </variablelist>
 
-  <para os="f">Now we are ready to make our perl utilities:</para>
+  <para os="f">Compile the package:</para>
 
 <screen os="g"><userinput>make</userinput></screen>
 
   <para os="h">Although Perl comes with a test suite, it is not recommended
-  to run it at this point. Only part of Perl was built and running
-  <command>make test</command> now will cause the rest of Perl to be built
-  as well, which is unnecessary at this point. The test suite can be run
-  later in this chapter if desired.</para>
+  to run it at this point, as this Perl installation is only temporary. The
+  test suite can be run later in this chapter if desired.</para>
 
-    <para os="i">Install these tools and their libraries:</para>
+    <para os="i">Install the package:</para>
 
 <screen os="j"><userinput>make install</userinput></screen>
 




More information about the Clfs-commits mailing list