Author: matthew
Date: Fri Mar 29 04:27:05 2013
New Revision: 10228

Log:
Remove instructions to prevent the building of GCC's info files.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/gcc-pass1.xml
   trunk/BOOK/chapter05/gcc-pass2.xml
   trunk/BOOK/chapter06/gcc.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Thu Mar 28 18:10:46 2013        (r10227)
+++ trunk/BOOK/chapter01/changelog.xml  Fri Mar 29 04:27:05 2013        (r10228)
@@ -37,6 +37,17 @@
 -->
 
     <listitem>
+      <para>2013-03-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Remove the now unnecessary instructions that
+          prevented GCC's info files from being built; GCC-4.8.0 contains
+          upstream fixes.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2013-03-28</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/gcc-pass1.xml
==============================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml  Thu Mar 28 18:10:46 2013        (r10227)
+++ trunk/BOOK/chapter05/gcc-pass1.xml  Fri Mar 29 04:27:05 2013        (r10228)
@@ -105,11 +105,6 @@
 
 <screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' 
gcc/configure</userinput></screen>
 
-    <para>Do not build the .info files.  They are not needed here and 
-    are broken with the current version of <command>makeinfo</command>.</para>
-
-<screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' 
gcc/configure</userinput></screen>
-
     <para>The GCC documentation recommends building GCC outside of the
     source directory in a dedicated build directory:</para>
 

Modified: trunk/BOOK/chapter05/gcc-pass2.xml
==============================================================================
--- trunk/BOOK/chapter05/gcc-pass2.xml  Thu Mar 28 18:10:46 2013        (r10227)
+++ trunk/BOOK/chapter05/gcc-pass2.xml  Fri Mar 29 04:27:05 2013        (r10228)
@@ -97,11 +97,6 @@
 tar -zxf ../mpc-&mpc-version;.tar.gz
 mv -v mpc-&mpc-version; mpc</userinput></screen>
 
-    <para>Again, do not build the .info files.  They are not needed here and
-    are broken with the current version of <command>makeinfo</command>.</para>
-
-    <screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' 
gcc/configure</userinput></screen>
-
     <para>Create a separate build directory again:</para>
 
 <screen><userinput remap="pre">mkdir -v ../gcc-build

Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml        Thu Mar 28 18:10:46 2013        (r10227)
+++ trunk/BOOK/chapter06/gcc.xml        Fri Mar 29 04:27:05 2013        (r10228)
@@ -48,13 +48,6 @@
 
 <screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' 
libiberty/Makefile.in</userinput></screen>
 
-    <para>Again, do not build the .info files. They are broken with the current
-    version of <command>makeinfo</command>.</para>
-
-    <screen><userinput remap="pre">sed -i 's/BUILD_INFO=info/BUILD_INFO=/' 
gcc/configure</userinput></screen>
-
-
-
     <para>As in <xref linkend="ch-tools-gcc-pass2"/>, apply the following
     <command>sed</command> to force the build to use the
     <option>-fomit-frame-pointer</option> compiler flag in order to ensure

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Mar 28 18:10:46 2013        (r10227)
+++ trunk/BOOK/general.ent      Fri Mar 29 04:27:05 2013        (r10228)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130328">
-<!ENTITY releasedate "March 28, 2013">
+<!ENTITY version "SVN-20130329">
+<!ENTITY releasedate "March 29, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.4">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to