Changeset 8480

Show
Ignore:
Timestamp:
02/17/08 12:58:48 (10 months ago)
Author:
matthew
Message:

Remove a now unnecessary sed in chapter 6's GCC instructions. Thanks to Greg Schafer for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8479 r8480  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Now that <command>mktemp</command> is installed by 
     44          Coreutils in chapter 5, there is no need to fix up GCC's 
     45          <command>gccbug</command> in chapter 6.  Thanks to Greg Schafer for 
     46          the report.</para> 
     47        </listitem> 
     48        <listitem> 
    4349          <para>[matthew] - Upgraded to Findutils-4.2.33. Fixes 
    4450          <ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para> 
  • trunk/BOOK/chapter06/gcc.xml

    r8389 r8480  
    6464 
    6565<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen> 
    66  
    67     <para>GCC provides a <command>gccbug</command> script which detects at 
    68     compile time whether mktemp is present, and hardcodes the result in a test. 
    69     This will cause the script to fall back to using less random names for 
    70     temporary files.  We will be installing mktemp later, so the following sed 
    71     will simulate its presence:</para> 
    72  
    73 <screen><userinput remap="pre">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen> 
    7466 
    7567    <para>The GCC documentation recommends building GCC outside of the source