From ede9b9be0a3baef5e7b8daaab72b5ff594ea12e7 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 25 Feb 2004 22:04:14 +0000 Subject: Minor textual shuffles. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/expect.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'chapter05/expect.xml') diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 5cdcba409..752fcb977 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -16,13 +16,11 @@ other interactive programs. Installation of Expect -First apply a patch: +First fix a bug that can result in bogus failures during the GCC test +suite run: patch -Np1 -i ../&expect-patch; -This fixes a bug in Expect that can result in bogus failures during the -GCC test suite run. - Now prepare Expect for compilation: ./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no @@ -57,8 +55,8 @@ considered critical.) The meaning of the make parameter: -SCRIPTS="": This prevents installation of -the supplementary expect scripts which are not needed. +SCRIPTS="": This prevents installation +of the supplementary expect scripts which are not needed. You can now remove the source directories of both Tcl and Expect. -- cgit v1.2.3-54-g00ecf