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

svn at cross-lfs.org svn at cross-lfs.org
Fri Jun 5 22:27:15 PDT 2009


Author: jim
Date: Sat Jun  6 05:27:15 2009
New Revision: 5012

Log:
Expanded sed to Cross-Tools Section gcc-static

Modified:
    trunk/BOOK/cross-tools/common/gcc-final.xml
    trunk/BOOK/cross-tools/common/gcc-static.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:27:15 2009
@@ -62,11 +62,13 @@
     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>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
 
-<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"
+    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/common/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-static.xml Sat Jun  6 05:27:15 2009
@@ -55,6 +55,12 @@
 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include at g" \
     gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
+
+    <para os="s1">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="s2"><userinput>cp -v gcc/Makefile.in{,.orig}
+sed -e 's@\./fixinc\.sh at -c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
 
     <para os="t1">We will create a dummy <filename>limits.h</filename> so
     the build will not use the one provided by the host distro:</para>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sat Jun  6 05:27:15 2009
@@ -60,6 +60,9 @@
         <listitem>
           <para>[Jim] - Added sed to Cross-Tools Section gcc-final to prevent
           the running of GCC's fixincludes script.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Expanded sed to Cross-Tools Section gcc-static.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list