Author: bdubbs
Date: 2011-08-31 17:17:42 -0600 (Wed, 31 Aug 2011)
New Revision: 9591

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/grep.xml
   trunk/BOOK/general.ent
Log:
Remove the creation of a spurious file in grep's test suite

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-08-31 02:24:49 UTC (rev 9590)
+++ trunk/BOOK/chapter01/changelog.xml  2011-08-31 23:17:42 UTC (rev 9591)
@@ -37,6 +37,16 @@
 
 -->
     <listitem>
+      <para>2011-08-31</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove the creation of a spurious file
+          in grep's test suite.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-08-29</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/grep.xml
===================================================================
--- trunk/BOOK/chapter06/grep.xml       2011-08-31 02:24:49 UTC (rev 9590)
+++ trunk/BOOK/chapter06/grep.xml       2011-08-31 23:17:42 UTC (rev 9591)
@@ -40,10 +40,13 @@
   <sect2 role="installation">
     <title>Installation of Grep</title>
 
+    <para>First, fix a small problem with a test script:</para>
+
+<screen><userinput>sed -i 's/cp/#&amp;/' 
tests/unibyte-bracket-expr</userinput></screen>
+
     <para>Prepare Grep for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr \
-    --bindir=/bin</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr 
--bindir=/bin</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-08-31 02:24:49 UTC (rev 9590)
+++ trunk/BOOK/general.ent      2011-08-31 23:17:42 UTC (rev 9591)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110830">
-<!ENTITY releasedate "Aug 30, 2011">
+<!ENTITY version "SVN-20110831">
+<!ENTITY releasedate "Aug 31, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.0">
 <!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