[Clfs-commits] commit: r4444 - in /trunk/BOOK: cross-tools/common/gcc-static.xml final-preps/chapter.xml introduction/common/changelog.xml partitioning/x86-chapter.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 11 05:34:34 PST 2009


Author: Cosmo
Date: Sun Jan 11 13:34:33 2009
New Revision: 4444

Log:
Added done to STANDARD_STARTFILE_PREFIX

Modified:
    trunk/BOOK/cross-tools/common/gcc-static.xml
    trunk/BOOK/final-preps/chapter.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/partitioning/x86-chapter.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 Sun Jan 11 13:34:33 2009
@@ -44,8 +44,9 @@
     <para os="ag">Change the StartFile Spec to point to the correct library
     location:</para>
 
-<screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h); do
-echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' >> ${file}</userinput></screen>
+<screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h)
+do echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' >> ${file}
+done</userinput></screen>
 
     <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
     include search path to use <filename class="directory">/tools</filename> only:</para>

Modified: trunk/BOOK/final-preps/chapter.xml
==============================================================================
--- trunk/BOOK/final-preps/chapter.xml (original)
+++ trunk/BOOK/final-preps/chapter.xml Sun Jan 11 13:34:33 2009
@@ -11,7 +11,6 @@
 
   <title>Final Preparations</title>
 
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutclfs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingtoolsdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingcrossdir.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="addinguser.xml"/>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sun Jan 11 13:34:33 2009
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>January 11, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Fixed mistaken from when STANDARD_STARTFILE_PREFIX was added.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 10, 2009</para>

Modified: trunk/BOOK/partitioning/x86-chapter.xml
==============================================================================
--- trunk/BOOK/partitioning/x86-chapter.xml (original)
+++ trunk/BOOK/partitioning/x86-chapter.xml Sun Jan 11 13:34:33 2009
@@ -14,6 +14,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingpartition.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingfilesystem.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutclfs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mounting.xml"/>
 
 </chapter>




More information about the Clfs-commits mailing list