Author: matthew Date: 2005-04-04 14:43:17 -0600 (Mon, 04 Apr 2005) New Revision: 4865
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter05/bzip2.xml trunk/BOOK/chapter06/bzip2.xml trunk/BOOK/general.ent Log: * Mention bzip2's testsuite Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-04-03 07:44:22 UTC (rev 4864) +++ trunk/BOOK/chapter01/changelog.xml 2005-04-04 20:43:17 UTC (rev 4865) @@ -82,6 +82,9 @@ </itemizedlist> </listitem> +<listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para> +</listitem> + <listitem><para>April 2, 2005 [jhuntwork]: Fixed dtd url for sysklogd xml files</para></listitem> <listitem><para>March 31, 2005 [jhuntwork]: Changed the link for less to point to ftp.gnu.org</para></listitem> Modified: trunk/BOOK/chapter05/bzip2.xml =================================================================== --- trunk/BOOK/chapter05/bzip2.xml 2005-04-03 07:44:22 UTC (rev 4864) +++ trunk/BOOK/chapter05/bzip2.xml 2005-04-04 20:43:17 UTC (rev 4865) @@ -36,6 +36,7 @@ <screen><userinput>make PREFIX=/tools install</userinput></screen> +<para>To test the results, issue: <userinput>make test</userinput>.</para> </sect2> <sect2 role="content"><title/> Modified: trunk/BOOK/chapter06/bzip2.xml =================================================================== --- trunk/BOOK/chapter06/bzip2.xml 2005-04-03 07:44:22 UTC (rev 4864) +++ trunk/BOOK/chapter06/bzip2.xml 2005-04-04 20:43:17 UTC (rev 4865) @@ -45,6 +45,9 @@ <screen><userinput>make</userinput></screen> +<para>To test the results, issue: +<userinput>make test</userinput>.</para> + <para>If reinstalling Bzip2, perform <userinput>rm -f /usr/bin/bz*</userinput> first, otherwise the following <command>make install</command> will fail.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-04-03 07:44:22 UTC (rev 4864) +++ trunk/BOOK/general.ent 2005-04-04 20:43:17 UTC (rev 4865) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050402"> -<!ENTITY releasedate "April 2, 2005"> +<!ENTITY version "SVN-20050404"> +<!ENTITY releasedate "April 4, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
