Author: matthew
Date: 2008-02-17 12:58:48 -0700 (Sun, 17 Feb 2008)
New Revision: 8480
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/gcc.xml
Log:
Remove a now unnecessary sed in chapter 6's GCC instructions. Thanks to Greg
Schafer for the report.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-02-17 19:57:52 UTC (rev 8479)
+++ trunk/BOOK/chapter01/changelog.xml 2008-02-17 19:58:48 UTC (rev 8480)
@@ -40,6 +40,12 @@
<para>2008-02-17</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Now that <command>mktemp</command> is installed by
+ Coreutils in chapter 5, there is no need to fix up GCC's
+ <command>gccbug</command> in chapter 6. Thanks to Greg Schafer for
+ the report.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgraded to Findutils-4.2.33. Fixes
<ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml 2008-02-17 19:57:52 UTC (rev 8479)
+++ trunk/BOOK/chapter06/gcc.xml 2008-02-17 19:58:48 UTC (rev 8480)
@@ -64,14 +64,6 @@
<screen><userinput remap="pre">sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]
true@' gcc/Makefile.in</userinput></screen>
- <para>GCC provides a <command>gccbug</command> script which detects at
- compile time whether mktemp is present, and hardcodes the result in a test.
- This will cause the script to fall back to using less random names for
- temporary files. We will be installing mktemp later, so the following sed
- will simulate its presence:</para>
-
-<screen><userinput remap="pre">sed -i 's/@have_mktemp_command@/yes/'
gcc/gccbug.in</userinput></screen>
-
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page