Changeset 89cca6e


Ignore:
Timestamp:
11/03/2005 09:35:27 PM (19 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:
8b8fd78a
Parents:
67d9211
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r67d9211 r89cca6e  
    123123</listitem>
    124124
     125<listitem><para>November 3, 2005 [matt]: Correct the instructions for running
     126Module-Init-Tools' testsuite (fixes bug 1597).  Thanks to Greg Schafer, Tushar
     127Teredesai and to Randy McMurchy for providing the patch.</para></listitem>
     128
    125129<listitem><para>October 31, 2005 [matt]: Upgrade to shadow-4.0.13.</para>
    126130</listitem>
  • chapter03/packages.xml

    r67d9211 r89cca6e  
    299299
    300300<varlistentry>
     301<term>Module-Init-Tools-Testsuite (&module-init-tools-version;) - 34 KB:</term>
     302<listitem>
     303<para><ulink url="&kernel;linux/utils/kernel/module-init-tools/"/></para>
     304</listitem>
     305</varlistentry>
     306
     307<varlistentry>
    301308<term>Ncurses (&ncurses-version;) - 1,683 KB:</term>
    302309<listitem>
  • chapter06/module-init-tools.xml

    r67d9211 r89cca6e  
    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
     42separate tarball and unpack it along with the source tarball. The testsuite
     43tarball will unpack into a <filename class='directory'>tests</filename>
     44directory 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
     46the source tree, as the source gets recompiled as part of the testing process):
     47</para>
     48
     49<screen><userinput>./configure &amp;&amp;
     50make check &amp;&amp;
     51make distclean</userinput></screen>
     52
    4153<para>Prepare Module-Init-Tools for compilation:</para>
    4254
     
    5668
    5769<screen><userinput>make</userinput></screen>
    58 
    59 <para>To test the results, issue:
    60 <userinput>make check</userinput>.</para>
    6170
    6271<para>Install the package:</para>
  • general.ent

    r67d9211 r89cca6e  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20051101">
    3 <!ENTITY releasedate "November 1, 2005">
     2<!ENTITY version "SVN-20051103">
     3<!ENTITY releasedate "November 3, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.