Author: matthew
Date: 2009-03-11 16:12:36 -0600 (Wed, 11 Mar 2009)
New Revision: 8833
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/dejagnu.xml
Log:
Mention Dejagnu's testsuite. Fixes #2362. Thanks to Chris Staub for the report
and patch.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2009-03-11 22:03:55 UTC (rev 8832)
+++ trunk/BOOK/chapter01/changelog.xml 2009-03-11 22:12:36 UTC (rev 8833)
@@ -41,6 +41,12 @@
<para>2009-03-11</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Mention Dejagnu test suite, as a C++ compiler is
+ available in chapter 5. Fixes
+ <ulink url="&lfs-ticket-root;2362">#2362</ulink>. Thanks to Chris
+ Staub for the report and patch.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Remove an obsolete GCC fixup command from
Inetutils'
instructions. Fixes <ulink
url="&lfs-ticket-root;2360">#2360</ulink>.
Thanks to Chris Staub for the report.</para>
Modified: trunk/BOOK/chapter05/dejagnu.xml
===================================================================
--- trunk/BOOK/chapter05/dejagnu.xml 2009-03-11 22:03:55 UTC (rev 8832)
+++ trunk/BOOK/chapter05/dejagnu.xml 2009-03-11 22:12:36 UTC (rev 8833)
@@ -49,9 +49,10 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>This package does come with a test suite, however, it cannot be
- run at this time because we do not have a C++ compiler yet.</para>
+ <para>To test the results, issue:</para>
+<screen><userinput remap="test">make check</userinput></screen>
+
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page