diff options
Diffstat (limited to 'chapter05/gawk-inst.xml')
-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 && |