[Clfs-commits] commit: r4357 - /trunk/BOOK/temp-system/common/gcc.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 6 13:28:26 PST 2009


Author: jim
Date: Tue Jan  6 21:28:25 2009
New Revision: 4357

Log:
Changed > to &gt in gcc temp-system. Fixed Formatting issue also

Modified:
    trunk/BOOK/temp-system/common/gcc.xml

Modified: trunk/BOOK/temp-system/common/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gcc.xml (original)
+++ trunk/BOOK/temp-system/common/gcc.xml Tue Jan  6 21:28:25 2009
@@ -46,7 +46,8 @@
     href="../../cross-tools/common/gcc-static.xml"
     xpointer="xpointer(//*[@os='ad'])"/>
 
-    <para os="cd">Now we will change <command>cpp</command>'s search path so it     won't look in <filename class="directory">/usr/include</filename>:</para>
+    <para os="cd">Now we will change <command>cpp</command>'s search path so it
+     won't look in <filename class="directory">/usr/include</filename>:</para>
 
 <screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig}
 sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0 at g' \
@@ -57,7 +58,7 @@
 
 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include at g' \
-    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
+    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/gcc.xml"




More information about the Clfs-commits mailing list