diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-12 23:27:30 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-12 23:27:30 +0000 |
commit | 0e5a143a43335cc959b74501ec097534ada5ccb8 (patch) | |
tree | 09c2f345d650dd1f817348cde41b018306020acf | |
parent | dac0f591d2e2ee633d0bc6c3d2b4dbac33ce6f25 (diff) |
Added Gawk test to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/gawk-inst.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f0eecfe96..3954ac4b0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Gawk: Added the +testsuite</para></listitem> + <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Grep: Added descriptions of configure switches courtesy of Anderson Lizardo</para></listitem> diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index d77249ada..179b3a1d8 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -11,6 +11,12 @@ <para><screen><userinput>make</userinput></screen></para> +<para>This package has a testsuite available which can perform a number of +checks to ensure it built correctly. Should you choose to run it, the +following command will do so:</para> + +<para><screen><userinput>make check</userinput></screen></para> + <para>And install it:</para> <para><screen><userinput>make install</userinput></screen></para> |