From b0e1dc860c471d7047fc906001f3a336ef5f357c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 3 Dec 2008 21:22:19 +0000 Subject: Fix typos in Chapter 5 Gawk git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gawk.xml | 6 +++--- general.ent | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index ad6204987..c79eb72a6 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -54,19 +54,19 @@ 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 + and uses the version in glibc. This is necessary due to a change in gcc that has not been incorporated into this package yet. +make + 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 - To test the results, issue: make check diff --git a/general.ent b/general.ent index 135f225f7..9df811ed8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3-54-g00ecf