Переглянути джерело

Adjust grep patteren in Ch. 6 gcc to only match desired output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 18 роки тому
батько
коміт
570f6bb4a0
3 змінених файлів з 14 додано та 3 видалено
  1. 11 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/readjusting.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </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>

+ 1 - 1
chapter06/readjusting.xml

@@ -73,7 +73,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
 
   <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>

+ 2 - 2
general.ent

@@ -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}]" -->