From 89cca6e9072585b82841485491dde5586647730a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 3 Nov 2005 21:35:27 +0000 Subject: Correct the instructions for running Module-Init-Tools' testsuite git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/module-init-tools.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 3d990f214..3c4af9c6b 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -38,6 +38,18 @@ installed in LFS. Run the following command to avoid this: touch modprobe.conf.5 +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 tests +directory of the source tree. Issue the following commands to perform the tests +(note that the make distclean command is required to clean up +the source tree, as the source gets recompiled as part of the testing process): + + +./configure && +make check && +make distclean + Prepare Module-Init-Tools for compilation: ./configure --prefix="" --enable-zlib @@ -56,9 +68,6 @@ kernel modules. make -To test the results, issue: -make check. - Install the package: make install -- cgit v1.2.3-54-g00ecf