Author: randy
Date: 2008-10-12 14:28:12 -0600 (Sun, 12 Oct 2008)
New Revision: 8654

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/gcc.xml
Log:
Modified the GCC search for correct headers command to account for the new 
include-fixed directory

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-12 20:15:16 UTC (rev 8653)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-12 20:28:12 UTC (rev 8654)
@@ -41,6 +41,10 @@
       <para>2008-10-12</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Modified the GCC search for correct headers command
+          to account for the new include-fixed directory.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added a patch to the Chapter 6 Binutils instructions
           to correct some errors in the test suite.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml        2008-10-12 20:15:16 UTC (rev 8653)
+++ trunk/BOOK/chapter06/gcc.xml        2008-10-12 20:28:12 UTC (rev 8654)
@@ -160,7 +160,7 @@
     href="readjusting.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
 
-<screen><userinput>grep -B3 '^ /usr/include' dummy.log</userinput></screen>
+<screen><userinput>grep -B4 '^ /usr/include' dummy.log</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="readjusting.xml"
@@ -174,7 +174,7 @@
 
     <note><para>As of version 4.3.0, GCC now unconditionally installs the
     <filename>limits.h</filename> file into the private
-    <filename class="directory">fixed-includes</filename> directory, and that
+    <filename class="directory">include-fixed</filename> directory, and that
     directory is required to be in place.</para></note>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";

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