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
This commit is contained in:
Bruce Dubbs 2007-07-26 16:53:02 +00:00
parent 0014bff798
commit 570f6bb4a0
3 changed files with 14 additions and 3 deletions

View File

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

View File

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

View File

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