From e75f916c2f7455f087d119ec382672a572625097 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 31 Aug 2011 23:17:42 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/grep.xml | 7 +++++-- general.ent | 4 ++-- 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 @@ -36,6 +36,16 @@ --> + + 2011-08-31 + + + [bdubbs] - Remove the creation of a spurious file + in grep's test suite. + + + + 2011-08-29 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 @@ Installation of Grep + First, fix a small problem with a test script: + +sed -i 's/cp/#&/' tests/unibyte-bracket-expr + Prepare Grep for compilation: -./configure --prefix=/usr \ - --bindir=/bin +./configure --prefix=/usr --bindir=/bin Compile the package: diff --git a/general.ent b/general.ent index cdb6a2135..fea26fd30 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +