Author: matthew Date: 2005-11-03 15:02:44 -0700 (Thu, 03 Nov 2005) New Revision: 7120
Modified: trunk/BOOK/chapter06/module-init-tools.xml Log: Add the command required to unpack Module-Init-Tools' testsuite, and remove the now redundant explanation related to it Modified: trunk/BOOK/chapter06/module-init-tools.xml =================================================================== --- trunk/BOOK/chapter06/module-init-tools.xml 2005-11-03 21:48:20 UTC (rev 7119) +++ trunk/BOOK/chapter06/module-init-tools.xml 2005-11-03 22:02:44 UTC (rev 7120) @@ -38,15 +38,14 @@ <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> +<para>If you wish to run the test suite for Module-Init-Tools, you will need to +download the separate testsuite tarball. 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 && +<screen><userinput>tar -xvf module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 && +./configure && make check && make distclean</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
