mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
67d9211fd6
commit
89cca6e907
@ -122,6 +122,10 @@ First a summary, then a detailed log.</para>
|
||||
</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>
|
||||
|
||||
|
@ -297,6 +297,13 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
|
||||
</listitem>
|
||||
</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>
|
||||
|
@ -38,6 +38,18 @@ installed in LFS. Run the following command to avoid this:</para>
|
||||
|
||||
<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 @@ kernel modules.</para></listitem>
|
||||
|
||||
<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>
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user