Author: jhuntwork
Date: 2008-10-18 21:09:26 -0600 (Sat, 18 Oct 2008)
New Revision: 8667

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/chapter05.xml
   trunk/BOOK/chapter06/chapter06.xml
   trunk/BOOK/general.ent
   trunk/BOOK/prologue/hostreqs.xml
Log:
Moved placement of m4 in chapters 5 and 6 so that
 * the chapter 5 m4 links against the glibc in /tools
 * the chapter 6 m4 is built before anything that hard codes the location of m4
Added a host prerequisite for m4


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-16 01:18:50 UTC (rev 8666)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-19 03:09:26 UTC (rev 8667)
@@ -38,6 +38,18 @@
 -->
 
     <listitem>
+      <para>2008-10-18</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Fixed build locations of m4 so that it links 
against the
+          glibc built in /tools and so that no packages in chapter 6 hard-code 
references
+          to the temporarly location. Also made m4 a host prerequisite.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+
+    <listitem>
       <para>2008-10-15</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/chapter05.xml
===================================================================
--- trunk/BOOK/chapter05/chapter05.xml  2008-10-16 01:18:50 UTC (rev 8666)
+++ trunk/BOOK/chapter05/chapter05.xml  2008-10-19 03:09:26 UTC (rev 8667)
@@ -14,7 +14,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="toolchaintechnotes.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="binutils-pass1.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc-pass1.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-headers.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="glibc.xml"/>
@@ -37,6 +36,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>

Modified: trunk/BOOK/chapter06/chapter06.xml
===================================================================
--- trunk/BOOK/chapter06/chapter06.xml  2008-10-16 01:18:50 UTC (rev 8666)
+++ trunk/BOOK/chapter06/chapter06.xml  2008-10-19 03:09:26 UTC (rev 8667)
@@ -30,6 +30,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="e2fsprogs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iana-etc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="procps.xml"/>
@@ -55,7 +56,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iproute2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kbd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="less.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="man-db.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="module-init-tools.xml"/>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-10-16 01:18:50 UTC (rev 8666)
+++ trunk/BOOK/general.ent      2008-10-19 03:09:26 UTC (rev 8667)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081015">
-<!ENTITY releasedate "October 15, 2008">
+<!ENTITY version "SVN-20081018">
+<!ENTITY releasedate "October 18, 2008">
 <!ENTITY copyrightdate "1999&ndash;2008">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml    2008-10-16 01:18:50 UTC (rev 8666)
+++ trunk/BOOK/prologue/hostreqs.xml    2008-10-19 03:09:26 UTC (rev 8667)
@@ -102,6 +102,10 @@
     </listitem>
 
     <listitem>
+      <para><emphasis role="strong">M4-1.4</emphasis></para>
+    </listitem>
+
+    <listitem>
       <para><emphasis role="strong">Make-3.79.1</emphasis></para>
     </listitem>
 
@@ -162,6 +166,7 @@
 grep --version | head -n1
 gzip --version | head -n1
 cat /proc/version
+m4 --version | head -n1
 make --version | head -n1
 patch --version | head -n1
 echo Perl `perl -V:version`

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