Browse Source

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
Bruce Dubbs 14 năm trước cách đây
mục cha
commit
e75f916c2f
3 tập tin đã thay đổi với 17 bổ sung4 xóa
  1. 10 0
      chapter01/changelog.xml
  2. 5 2
      chapter06/grep.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <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>

+ 5 - 2
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>
 

+ 2 - 2
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}]" -->