From 89cca6e9072585b82841485491dde5586647730a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 3 Nov 2005 21:35:27 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 4 ++++ chapter03/packages.xml | 7 +++++++ chapter06/module-init-tools.xml | 15 ++++++++++++--- general.ent | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0e75028b2..849a0cc20 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -122,6 +122,10 @@ First a summary, then a detailed log. +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. + October 31, 2005 [matt]: Upgrade to shadow-4.0.13. diff --git a/chapter03/packages.xml b/chapter03/packages.xml index bd078c108..1a467ec13 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -297,6 +297,13 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>. + +Module-Init-Tools-Testsuite (&module-init-tools-version;) - 34 KB: + + + + + Ncurses (&ncurses-version;) - 1,683 KB: 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 diff --git a/general.ent b/general.ent index 12f2679e1..33b78ddfa 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +