Added Gawk test to chapter 5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-09-12 23:27:30 +00:00
parent dac0f591d2
commit 0e5a143a43
2 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,9 @@
</itemizedlist> </itemizedlist>
</para></listitem> </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 <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Grep: Added
descriptions of configure switches courtesy of Anderson Lizardo</para></listitem> descriptions of configure switches courtesy of Anderson Lizardo</para></listitem>

View File

@ -11,6 +11,12 @@
<para><screen><userinput>make</userinput></screen></para> <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>And install it:</para>
<para><screen><userinput>make install</userinput></screen></para> <para><screen><userinput>make install</userinput></screen></para>