aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-31 23:17:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-31 23:17:42 +0000
commite75f916c2f7455f087d119ec382672a572625097 (patch)
treebbeedcb0854b1fe573c9170bc6d3c06b0ed81085
parent0b3f52772c5dea4d5bc99c8498ac0f569370ad13 (diff)
Remove the creation of a spurious file in grep's test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/grep.xml7
-rw-r--r--general.ent4
3 files changed, 17 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1d0514adf..3f0764de9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 760b5b1d8..c354512fd 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -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>
diff --git a/general.ent b/general.ent
index cdb6a2135..fea26fd30 100644
--- a/general.ent
+++ b/general.ent
@@ -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}]" -->