From 1fa0f19f2849ad16d8693f48321e312fadc24c84 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Nov 2008 21:44:06 +0000 Subject: Changed wording introducing test suites in Chapter 5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gawk.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'chapter05/gawk.xml') diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 4d55c9877..ad6204987 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -51,16 +51,19 @@ The meaning of the configure option: - ac_cv_func_working_mktime=yes - - This parameter bypasses the search for mktime in configure - and uses the version in glibc. The is necessary due to a change in - gcc that has not been incorporated into this package yet. - + ac_cv_func_working_mktime=yes + + This parameter bypasses the search for mktime in configure + and uses the version in glibc. The is necessary due to a change in + gcc that has not been incorporated into this package yet. + - Compile the package: + + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Gawk test suite anyway, issue the following command: make -- cgit v1.2.3-54-g00ecf