Author: matthew Date: 2005-11-03 14:35:27 -0700 (Thu, 03 Nov 2005) New Revision: 7118
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter03/packages.xml trunk/BOOK/chapter06/module-init-tools.xml trunk/BOOK/general.ent Log: Correct the instructions for running Module-Init-Tools' testsuite Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-11-01 12:56:44 UTC (rev 7117) +++ trunk/BOOK/chapter01/changelog.xml 2005-11-03 21:35:27 UTC (rev 7118) @@ -122,6 +122,10 @@ </itemizedlist> </listitem> +<listitem><para>November 3, 2005 [matt]: Correct the instructions for running +Module-Init-Tools' testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar +Teredesai and to Randy McMurchy for providing the patch.</para></listitem> + <listitem><para>October 31, 2005 [matt]: Upgrade to shadow-4.0.13.</para> </listitem> Modified: trunk/BOOK/chapter03/packages.xml =================================================================== --- trunk/BOOK/chapter03/packages.xml 2005-11-01 12:56:44 UTC (rev 7117) +++ trunk/BOOK/chapter03/packages.xml 2005-11-03 21:35:27 UTC (rev 7118) @@ -298,6 +298,13 @@ </varlistentry> <varlistentry> +<term>Module-Init-Tools-Testsuite (&module-init-tools-version;) - 34 KB:</term> +<listitem> +<para><ulink url="&kernel;linux/utils/kernel/module-init-tools/"/></para> +</listitem> +</varlistentry> + +<varlistentry> <term>Ncurses (&ncurses-version;) - 1,683 KB:</term> <listitem> <para><ulink url="ftp://invisible-island.net/ncurses/"/></para> Modified: trunk/BOOK/chapter06/module-init-tools.xml =================================================================== --- trunk/BOOK/chapter06/module-init-tools.xml 2005-11-01 12:56:44 UTC (rev 7117) +++ trunk/BOOK/chapter06/module-init-tools.xml 2005-11-03 21:35:27 UTC (rev 7118) @@ -38,6 +38,18 @@ <screen><userinput>touch modprobe.conf.5</userinput></screen> +<para>If you wish to run the test suite for Module-Init-Tools, download the +separate tarball and unpack it along with the source tarball. The testsuite +tarball will unpack into a <filename class='directory'>tests</filename> +directory of the source tree. Issue the following commands to perform the tests +(note that the <command>make distclean</command> command is required to clean up +the source tree, as the source gets recompiled as part of the testing process): +</para> + +<screen><userinput>./configure && +make check && +make distclean</userinput></screen> + <para>Prepare Module-Init-Tools for compilation:</para> <screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen> @@ -56,9 +68,6 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: -<userinput>make check</userinput>.</para> - <para>Install the package:</para> <screen><userinput>make install</userinput></screen> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-11-01 12:56:44 UTC (rev 7117) +++ trunk/BOOK/general.ent 2005-11-03 21:35:27 UTC (rev 7118) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20051101"> -<!ENTITY releasedate "November 1, 2005"> +<!ENTITY version "SVN-20051103"> +<!ENTITY releasedate "November 3, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
