[Clfs-commits] commit: r5011 - in /trunk/BOOK: cross-tools/common/gcc-final.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Fri Jun 5 22:08:42 PDT 2009


Author: jim
Date: Sat Jun  6 05:08:41 2009
New Revision: 5011

Log:
Added sed to Cross-Tools Section gcc-final to prevent from running fixinclude's script

Modified:
    trunk/BOOK/cross-tools/common/gcc-final.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/cross-tools/common/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-final.xml Sat Jun  6 05:08:41 2009
@@ -61,6 +61,12 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"
     xpointer="xpointer(//*[@os='aj'])"/>
+
+    <para os="gcf1">Now we will prevent gcc from running the fixincludes script, so 
+    it doesn't modify any of the headers we have installed:</para>
+
+<screen os="gcf2"><userinput>cp -v gcc/Makefile.in{,.orig}
+sed -e 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sat Jun  6 05:08:41 2009
@@ -56,6 +56,10 @@
         </listitem>
         <listitem>
           <para>[Jim] - Updated VIM Branch Update Patch to -15.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added sed to Cross-Tools Section gcc-final to prevent
+          the running of GCC's fixincludes script.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list