Author: matthew
Date: 2009-07-20 13:10:23 -0600 (Mon, 20 Jul 2009)
New Revision: 8978

Modified:
   trunk/BOOK/appendices/dependencies.xml
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/chapter06.xml
   trunk/BOOK/general.ent
Log:
Move GDBM before Perl in chapter 6 as Perl can make use of it.  Fixes #2447.

Modified: trunk/BOOK/appendices/dependencies.xml
===================================================================
--- trunk/BOOK/appendices/dependencies.xml      2009-07-19 21:22:34 UTC (rev 
8977)
+++ trunk/BOOK/appendices/dependencies.xml      2009-07-20 19:10:23 UTC (rev 
8978)
@@ -1127,7 +1127,7 @@
         <segtitle>&dependencies;</segtitle>
 
         <seglistitem>
-         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
+         <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep,
          Groff, Make, Sed, and Zlib</seg>
         </seglistitem>
       </segmentedlist>

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-07-19 21:22:34 UTC (rev 8977)
+++ trunk/BOOK/chapter01/changelog.xml  2009-07-20 19:10:23 UTC (rev 8978)
@@ -38,6 +38,17 @@
 -->
 
     <listitem>
+      <para>2009-07-20</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Move GDBM build before Perl, so that Perl's
+          GDBM_File module will be built. Fixes
+          <ulink url="&lfs-ticket-root;2447">#2447</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2009-07-18</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/chapter06.xml
===================================================================
--- trunk/BOOK/chapter06/chapter06.xml  2009-07-19 21:22:34 UTC (rev 8977)
+++ trunk/BOOK/chapter06/chapter06.xml  2009-07-20 19:10:23 UTC (rev 8978)
@@ -40,6 +40,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="readline.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bash.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libtool.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gdbm.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="inetutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="autoconf.xml"/>
@@ -48,7 +49,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="file.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gdbm.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="findutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="flex.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-07-19 21:22:34 UTC (rev 8977)
+++ trunk/BOOK/general.ent      2009-07-20 19:10:23 UTC (rev 8978)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090718">
-<!ENTITY releasedate "July 18, 2009">
+<!ENTITY version "SVN-20090720">
+<!ENTITY releasedate "July 20, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

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