Ignore:
Timestamp:
11/03/2005 10:02:44 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
462a903
Parents:
8b8fd78a
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/module-init-tools.xml

    r8b8fd78a re63bba5  
    3939<screen><userinput>touch modprobe.conf.5</userinput></screen>
    4040
    41 <para>If you wish to run the test suite for Module-Init-Tools, download the
    42 separate tarball and unpack it along with the source tarball. The testsuite
    43 tarball will unpack into a <filename class='directory'>tests</filename>
    44 directory of the source tree. Issue the following commands to perform the tests
    45 (note that the <command>make distclean</command> command is required to clean up
    46 the source tree, as the source gets recompiled as part of the testing process):
    47 </para>
     41<para>If you wish to run the test suite for Module-Init-Tools, you will need to
     42download the separate testsuite tarball.  Issue the following commands to
     43perform the tests (note that the <command>make distclean</command> command is
     44required to clean up the source tree, as the source gets recompiled as part of
     45the testing process):</para>
    4846
    49 <screen><userinput>./configure &amp;&amp;
     47<screen><userinput>tar -xvf module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
     48./configure &amp;&amp;
    5049make check &amp;&amp;
    5150make distclean</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.