aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2008-02-17 19:58:48 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2008-02-17 19:58:48 +0000
commitf7eea1de88d25476420dad2e8c7849b85ca5ec6b (patch)
tree1b92046e64815db4f546c060bb7d95874931f4d2 /chapter06
parent7adacb9ab0161833f366a1f4271a6f0c0e3098bc (diff)
Remove a now unnecessary sed in chapter 6's GCC instructions. Thanks to Greg Schafer for the report.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 5ea33fc97..d991fb4b8 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -64,14 +64,6 @@
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c 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>