aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gawk.xml')
-rw-r--r--chapter05/gawk.xml17
1 files changed, 10 insertions, 7 deletions
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 @@
<title>The meaning of the configure option:</title>
<varlistentry>
- <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
- <listitem>
- <para>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.</para>
- </listitem>
+ <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
+ <listitem>
+ <para>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.</para>
+ </listitem>
</varlistentry>
</variablelist>
- <para>Compile the package:</para>
+
+ <para>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:</para>
<screen><userinput remap="make">make</userinput></screen>