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
This commit is contained in:
Bruce Dubbs 2011-08-31 23:17:42 +00:00
parent 0b3f52772c
commit e75f916c2f
3 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

@ -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}]" -->