Author: manuel Date: 2005-04-11 11:22:52 -0600 (Mon, 11 Apr 2005) New Revision: 4890
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter05/bzip2.xml branches/6.1/BOOK/chapter06/bzip2.xml branches/6.1/BOOK/general.ent Log: Ported r4865 and r4887 from trunk: Mention bzip2's testsuite Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-04-09 12:30:49 UTC (rev 4889) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-04-11 17:22:52 UTC (rev 4890) @@ -82,6 +82,8 @@ </itemizedlist> </listitem> +<listitem><para>April 11, 2005 [manuel]: Mention bzip2's testsuite.</para></listitem> + <listitem><para>April 6, 2005 [matt]: Move e2fsprogs sed command to before entering the build directory (Steffen R. Knollmann).</para></listitem> @@ -97,9 +99,6 @@ <listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat & Greg Schafer)</para></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: branches/6.1/BOOK/chapter05/bzip2.xml =================================================================== --- branches/6.1/BOOK/chapter05/bzip2.xml 2005-04-09 12:30:49 UTC (rev 4889) +++ branches/6.1/BOOK/chapter05/bzip2.xml 2005-04-11 17:22:52 UTC (rev 4890) @@ -32,6 +32,8 @@ <screen><userinput>make</userinput></screen> +<para>To test the results, issue: <userinput>make test</userinput>.</para> + <para>Install the package:</para> <screen><userinput>make PREFIX=/tools install</userinput></screen> Modified: branches/6.1/BOOK/chapter06/bzip2.xml =================================================================== --- branches/6.1/BOOK/chapter06/bzip2.xml 2005-04-09 12:30:49 UTC (rev 4889) +++ branches/6.1/BOOK/chapter06/bzip2.xml 2005-04-11 17:22:52 UTC (rev 4890) @@ -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: branches/6.1/BOOK/general.ent =================================================================== --- branches/6.1/BOOK/general.ent 2005-04-09 12:30:49 UTC (rev 4889) +++ branches/6.1/BOOK/general.ent 2005-04-11 17:22:52 UTC (rev 4890) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20050406"> -<!ENTITY releasedate "April 6, 2005"> +<!ENTITY version "TESTING-20050411"> +<!ENTITY releasedate "April 11, 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
