Author: randy
Date: 2008-10-19 14:07:31 -0600 (Sun, 19 Oct 2008)
New Revision: 8677

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/perl.xml
Log:
Removed an unnecessary command from the Chapter 5 Perl instructions

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-19 19:29:36 UTC (rev 8676)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-19 20:07:31 UTC (rev 8677)
@@ -41,6 +41,10 @@
       <para>2008-10-19</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Removed an unnecessary command from the Chapter 5
+          Perl instructions.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated the discussion in Chapter 1 explaining that 
the 
           LiveCD is out of date.</para>
         </listitem>
@@ -58,7 +62,7 @@
         <listitem>
           <para>[jhuntwork] - Fixed build locations of m4 so that it links 
against the
           glibc built in /tools and so that no packages in chapter 6 hard-code 
references
-          to the temporarly location. Also made m4 a host prerequisite.</para>
+          to the temporary location. Also made m4 a host requirement.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/chapter05/perl.xml
===================================================================
--- trunk/BOOK/chapter05/perl.xml       2008-10-19 19:29:36 UTC (rev 8676)
+++ trunk/BOOK/chapter05/perl.xml       2008-10-19 20:07:31 UTC (rev 8677)
@@ -48,10 +48,10 @@
 
 <screen><userinput remap="pre">patch -Np1 -i 
../&perl-libc-patch;</userinput></screen>
 
-    <para>Fix an incompatibility with gcc-&gcc-version;:</para>
+    <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para>
 
 <screen><userinput remap="pre">mv -v makedepend.SH{,.orig}
-sed 's/command /command[ -]/' makedepend.SH.orig &gt; 
makedepend.SH</userinput></screen>
+sed 's/command /command[ -]/' makedepend.SH.orig &gt; 
makedepend.SH</userinput></screen> -->
 
     <para>Prepare Perl for compilation (make sure to get the
     'Data/Dumper Fcntl IO POSIX' part of the command correct&mdash;they are all

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to