Bladeren bron

Removed an unnecessary command from the Chapter 5 Perl instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 jaren geleden
bovenliggende
commit
97ba3cf3df
2 gewijzigde bestanden met toevoegingen van 7 en 3 verwijderingen
  1. 5 1
      chapter01/changelog.xml
  2. 2 2
      chapter05/perl.xml

+ 5 - 1
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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>
@@ -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>

+ 2 - 2
chapter05/perl.xml

@@ -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