Author: bdubbs
Date: 2007-07-26 10:53:02 -0600 (Thu, 26 Jul 2007)
New Revision: 8251

Modified:
   branches/6.3/BOOK/chapter01/changelog.xml
   branches/6.3/BOOK/chapter06/readjusting.xml
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/readjusting.xml
   trunk/BOOK/general.ent
Log:
Adjust grep patteren in Ch. 6 gcc to only match desired output.

Modified: branches/6.3/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.3/BOOK/chapter01/changelog.xml   2007-07-25 17:06:03 UTC (rev 
8250)
+++ branches/6.3/BOOK/chapter01/changelog.xml   2007-07-26 16:53:02 UTC (rev 
8251)
@@ -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-24</para>
       <itemizedlist>

Modified: branches/6.3/BOOK/chapter06/readjusting.xml
===================================================================
--- branches/6.3/BOOK/chapter06/readjusting.xml 2007-07-25 17:06:03 UTC (rev 
8250)
+++ branches/6.3/BOOK/chapter06/readjusting.xml 2007-07-26 16:53:02 UTC (rev 
8251)
@@ -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: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-07-25 17:06:03 UTC (rev 8250)
+++ trunk/BOOK/chapter01/changelog.xml  2007-07-26 16:53:02 UTC (rev 8251)
@@ -36,7 +36,18 @@
     </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-24</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/readjusting.xml
===================================================================
--- trunk/BOOK/chapter06/readjusting.xml        2007-07-25 17:06:03 UTC (rev 
8250)
+++ trunk/BOOK/chapter06/readjusting.xml        2007-07-26 16:53:02 UTC (rev 
8251)
@@ -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: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-07-25 17:06:03 UTC (rev 8250)
+++ trunk/BOOK/general.ent      2007-07-26 16:53:02 UTC (rev 8251)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070724">
-<!ENTITY releasedate "July 24, 2007">
+<!ENTITY version "SVN-20070726">
+<!ENTITY releasedate "July 26, 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