diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-06 04:26:10 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-06 04:26:10 +0000 |
commit | 817c2d590f67e74dfb29f750387486ba62cbb490 (patch) | |
tree | f2ece0a22ff6cbe16877c0609a516be078c490b8 /chapter05 | |
parent | 6979d1a4e970975921972f86e12fa922ffa64b33 (diff) |
Named the hint authors, updated the URL to the editors in the hints index, and mentioned the Gawk patch to avoid confusion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gawk-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index 47e2438c0..e5f97ae6d 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -1,7 +1,8 @@ <sect2> <title>Installation of Gawk</title> -<para>Install Gawk by running the following commands:</para> +<para>We will apply a patch to Gawk in Chapter 6. Install Gawk by +running the following commands:</para> <para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \ ./configure --prefix=$LFS/static --disable-nls && |