mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
0014bff798
commit
570f6bb4a0
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user