From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/expect-inst.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter05/expect-inst.xml') diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 84e186da9..6c861558b 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -5,14 +5,14 @@ First apply a patch: -patch -Np1 -i ../&expect-patch; +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 to be compiled: -./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no +./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no The meaning of the configure options: @@ -29,17 +29,17 @@ libraries, both of which may possibly reside on the host system.Build the package: -make +make This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so: -make test +make test And install: -make SCRIPTS="" install +make SCRIPTS="" install The meaning of the make option: -- cgit v1.2.3-54-g00ecf