Author: jhuntwork
Date: 2007-07-27 22:59:10 -0600 (Fri, 27 Jul 2007)
New Revision: 8252

Modified:
   branches/x86_64/BOOK/chapter01/changelog.xml
   branches/x86_64/BOOK/chapter06/readjusting.xml
   branches/x86_64/BOOK/general.ent
Log:
Merge r8251 to x86_64 branch

Modified: branches/x86_64/BOOK/chapter01/changelog.xml
===================================================================
--- branches/x86_64/BOOK/chapter01/changelog.xml        2007-07-26 16:53:02 UTC 
(rev 8251)
+++ branches/x86_64/BOOK/chapter01/changelog.xml        2007-07-28 04:59:10 UTC 
(rev 8252)
@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+     <listitem>
+      <para>2007-07-26</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Adjust grep patteren in Ch. 6 gcc to only match
+          desired output.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-07-25</para>
       <itemizedlist>

Modified: branches/x86_64/BOOK/chapter06/readjusting.xml
===================================================================
--- branches/x86_64/BOOK/chapter06/readjusting.xml      2007-07-26 16:53:02 UTC 
(rev 8251)
+++ branches/x86_64/BOOK/chapter06/readjusting.xml      2007-07-28 04:59:10 UTC 
(rev 8252)
@@ -73,7 +73,7 @@
 
   <para os="d">Now make sure that we're setup to use the correct 
startfiles:</para>
 
-<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].* .*' 
dummy.log</userinput></screen>
+<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' 
dummy.log</userinput></screen>
 
   <para os="f">If everything is working correctly, there should be no errors,
     and the output of the last command will be:</para>

Modified: branches/x86_64/BOOK/general.ent
===================================================================
--- branches/x86_64/BOOK/general.ent    2007-07-26 16:53:02 UTC (rev 8251)
+++ branches/x86_64/BOOK/general.ent    2007-07-28 04:59:10 UTC (rev 8252)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-x86_64-20070725">
-<!ENTITY releasedate "July 25, 2007">
+<!ENTITY version "SVN-x86_64-20070728">
+<!ENTITY releasedate "July 28, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

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