mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Add the command required to unpack Module-Init-Tools' testsuite, and remove the now redundant explanation related to it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8b8fd78ab8
commit
e63bba5037
@ -38,15 +38,14 @@ installed in LFS. Run the following command to avoid this:</para>
|
|||||||
|
|
||||||
<screen><userinput>touch modprobe.conf.5</userinput></screen>
|
<screen><userinput>touch modprobe.conf.5</userinput></screen>
|
||||||
|
|
||||||
<para>If you wish to run the test suite for Module-Init-Tools, download the
|
<para>If you wish to run the test suite for Module-Init-Tools, you will need to
|
||||||
separate tarball and unpack it along with the source tarball. The testsuite
|
download the separate testsuite tarball. Issue the following commands to
|
||||||
tarball will unpack into a <filename class='directory'>tests</filename>
|
perform the tests (note that the <command>make distclean</command> command is
|
||||||
directory of the source tree. Issue the following commands to perform the tests
|
required to clean up the source tree, as the source gets recompiled as part of
|
||||||
(note that the <command>make distclean</command> command is required to clean up
|
the testing process):</para>
|
||||||
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 check &&
|
||||||
make distclean</userinput></screen>
|
make distclean</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user