Changeset ff08e99


Ignore:
Timestamp:
07/26/2007 04:53:02 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.3
Children:
87184605
Parents:
4b720c1
Message:

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4b720c1 rff08e99  
    3737-->
    3838
     39     <listitem>
     40      <para>2007-07-26</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Adjust grep patteren in Ch. 6 gcc to only match
     44          desired output.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2007-07-24</para>
  • chapter06/readjusting.xml

    r4b720c1 rff08e99  
    7474  <para os="d">Now make sure that we're setup to use the correct startfiles:</para>
    7575
    76 <screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].* .*' dummy.log</userinput></screen>
     76<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
    7777
    7878  <para os="f">If everything is working correctly, there should be no errors,
Note: See TracChangeset for help on using the changeset viewer.