Author: jim
Date: 2005-05-27 16:29:43 -0600 (Fri, 27 May 2005)
New Revision: 5467

Modified:
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
   branches/cross-lfs/BOOK/temp-system/ppc-chapter.xml
   branches/cross-lfs/BOOK/temp-system/raq2-chapter.xml
   branches/cross-lfs/BOOK/temp-system/sparc-chapter.xml
   branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml
   branches/cross-lfs/BOOK/temp-system/x86-chapter.xml
   branches/cross-lfs/BOOK/temp-system/x86_64-chapter.xml
Log:
Commented out flex, bison, and m4 from each of the temp-system chapter files

These were added to the build because of the use of HJL binutils. If you
check the LFS earilier versions, you will notice these were only built during
the final system build. So we are going back to that methodology. 

Since the files are only commented out, it will be easy to re-enable them
if the reason should arise.

Here is the proof that a lot people will be asking for
http://archives.linuxfromscratch.org/lfs-museum/5.1.1/LFS-BOOK-5.1.1-HTML/



Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-05-27 
22:23:31 UTC (rev 5466)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-05-27 
22:29:43 UTC (rev 5467)
@@ -99,6 +99,7 @@
 <listitem><para>Adding ownership change to prevent issues during 
reboot.</para></listitem>
 <listitem><para>Added a what's next to the last part of the reboot 
section.</para></listitem>
 <listitem><para>Updated linux to 2.6.11.11.</para></listitem>
+<listitem><para>Removed flex, bison, and m4 from temp-system, since we are 
using FSF binutils.</para></listitem>
 </itemizedlist>
 </listitem>
 </itemizedlist>

Modified: branches/cross-lfs/BOOK/temp-system/ppc-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/ppc-chapter.xml 2005-05-27 22:23:31 UTC 
(rev 5466)
+++ branches/cross-lfs/BOOK/temp-system/ppc-chapter.xml 2005-05-27 22:29:43 UTC 
(rev 5467)
@@ -19,9 +19,11 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/gzip.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/diffutils.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/findutils.xml"/>
+<!--
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/m4.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/bison.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/flex.xml"/>
+-->
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/make.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/grep.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/sed.xml"/>

Modified: branches/cross-lfs/BOOK/temp-system/raq2-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/raq2-chapter.xml        2005-05-27 
22:23:31 UTC (rev 5466)
+++ branches/cross-lfs/BOOK/temp-system/raq2-chapter.xml        2005-05-27 
22:29:43 UTC (rev 5467)
@@ -19,9 +19,11 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/gzip.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/diffutils.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/findutils.xml"/>
+<!--
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/m4.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/bison.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/flex.xml"/>
+-->
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/make.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="raq2/grep.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/sed.xml"/>

Modified: branches/cross-lfs/BOOK/temp-system/sparc-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/sparc-chapter.xml       2005-05-27 
22:23:31 UTC (rev 5466)
+++ branches/cross-lfs/BOOK/temp-system/sparc-chapter.xml       2005-05-27 
22:29:43 UTC (rev 5467)
@@ -19,9 +19,11 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/gzip.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/diffutils.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/findutils.xml"/>
+<!--
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/m4.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/bison.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/flex.xml"/>
+-->
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/make.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/grep.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/sed.xml"/>

Modified: branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml     2005-05-27 
22:23:31 UTC (rev 5466)
+++ branches/cross-lfs/BOOK/temp-system/sparc64-chapter.xml     2005-05-27 
22:29:43 UTC (rev 5467)
@@ -21,9 +21,11 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/gzip.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/diffutils.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/findutils.xml"/>
+<!--
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="multilib/m4.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/bison.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/flex.xml"/>
+-->
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/make.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/grep.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/sed.xml"/>

Modified: branches/cross-lfs/BOOK/temp-system/x86-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/x86-chapter.xml 2005-05-27 22:23:31 UTC 
(rev 5466)
+++ branches/cross-lfs/BOOK/temp-system/x86-chapter.xml 2005-05-27 22:29:43 UTC 
(rev 5467)
@@ -19,9 +19,11 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/gzip.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/diffutils.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/findutils.xml"/>
+<!--
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/m4.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/bison.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/flex.xml"/>
+-->
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/make.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/grep.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/sed.xml"/>

Modified: branches/cross-lfs/BOOK/temp-system/x86_64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/x86_64-chapter.xml      2005-05-27 
22:23:31 UTC (rev 5466)
+++ branches/cross-lfs/BOOK/temp-system/x86_64-chapter.xml      2005-05-27 
22:29:43 UTC (rev 5467)
@@ -19,9 +19,11 @@
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/gzip.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/diffutils.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/findutils.xml"/>
+<!--
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/m4.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/bison.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/flex.xml"/>
+-->
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/make.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/grep.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="common/sed.xml"/>

-- 
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