Author: jhuntwork
Date: 2006-01-29 21:20:15 -0700 (Sun, 29 Jan 2006)
New Revision: 7315

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/readjusting.xml
Log:
Remove a spurious -i from the perl command when readjusting the toolchain.
Thanks Dan Nicholson.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-01-30 01:45:25 UTC (rev 7314)
+++ trunk/BOOK/chapter01/changelog.xml  2006-01-30 04:20:15 UTC (rev 7315)
@@ -42,6 +42,10 @@
         <listitem>
          <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.
        </listitem>
+        <listitem>
+         <para>[jhuntwork] - Remove a spurious -i from the perl command when
+         readjusting the toolchain. Thanks Dan Nicholson.
+       </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/chapter06/readjusting.xml
===================================================================
--- trunk/BOOK/chapter06/readjusting.xml        2006-01-30 01:45:25 UTC (rev 
7314)
+++ trunk/BOOK/chapter06/readjusting.xml        2006-01-30 04:20:15 UTC (rev 
7315)
@@ -33,7 +33,7 @@
 A <command>perl</command> command accomplishes this:</para>
 
 <screen><userinput>gcc -dumpspecs | \
-perl -pi -e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED];' \
+perl -p -e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED];' \
      -e '[EMAIL PROTECTED]:[EMAIL PROTECTED]/usr/lib/ @g;' &gt; \
      `dirname $(gcc --print-libgcc-file-name)`/specs
 </userinput></screen>

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