Author: matthew
Date: 2012-07-14 05:25:28 -0600 (Sat, 14 Jul 2012)
New Revision: 9907

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/automake.xml
   trunk/BOOK/general.ent
Log:
Correct the fix for Automake's testsuite.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-07-13 20:17:29 UTC (rev 9906)
+++ trunk/BOOK/chapter01/changelog.xml  2012-07-14 11:25:28 UTC (rev 9907)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2012-07-14</para>
+      <itemizedlist>
+         <listitem>
+           <para>[matthew] - Correct the fix for Automake's testsuite. Thanks
+           to Fernando de Oliveira for the report.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2012-07-13</para>
       <itemizedlist>
          <listitem>

Modified: trunk/BOOK/chapter06/automake.xml
===================================================================
--- trunk/BOOK/chapter06/automake.xml   2012-07-13 20:17:29 UTC (rev 9906)
+++ trunk/BOOK/chapter06/automake.xml   2012-07-14 11:25:28 UTC (rev 9907)
@@ -44,7 +44,7 @@
     <para>Fix a bug in the testsuite that can cause one of the tests to fail
     intermittently:</para>
 
-<screen><userinput remap="pre">sed -i -e '/$ACLOCAL/i$sleep' 
t/aclocal7.sh</userinput></screen>
+<screen><userinput remap="pre">sed -i -e '48i$sleep' 
t/aclocal7.sh</userinput></screen>
 
     <para>Prepare Automake for compilation:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-07-13 20:17:29 UTC (rev 9906)
+++ trunk/BOOK/general.ent      2012-07-14 11:25:28 UTC (rev 9907)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120713">
-<!ENTITY releasedate "July 13, 2012">
+<!ENTITY version "SVN-20120714">
+<!ENTITY releasedate "July 14, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.2">
 <!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