Changeset 9eee06f


Ignore:
Timestamp:
11/04/2005 10:45:17 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1.1
Children:
0e5ded9
Parents:
f4116d45
Message:

Merge module-init-tools testsuite fixes (r7118, r7120 and r7121) to the 6.1.1 branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf4116d45 r9eee06f  
    4242</itemizedlist>
    4343</listitem>
     44
     45<listitem><para>November 4, 2005 [matt]: Correct the instructions for running
     46Module-Init-Tools' testsuite (fixes bug 1597).  Thanks to Greg Schafer, Tushar
     47Teredesai and to Randy McMurchy for providing the patch.</para></listitem>
    4448
    4549<listitem><para>October 29, 2005 [manuel]: PDF fixes.</para></listitem>
  • chapter03/packages.xml

    rf4116d45 r9eee06f  
    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,556 KB:</term>
    302309<listitem>
  • chapter06/module-init-tools.xml

    rf4116d45 r9eee06f  
    3737<screen><userinput>touch modprobe.conf.5</userinput></screen>
    3838
     39<para>If you wish to run the test suite for Module-Init-Tools, you will need to
     40download the separate testsuite tarball.  Issue the following commands to
     41perform the tests (note that the <command>make distclean</command> command is
     42required to clean up the source tree, as the source gets recompiled as part of
     43the testing process):</para>
     44
     45<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
     46./configure &amp;&amp;
     47make check &amp;&amp;
     48make distclean</userinput></screen>
     49
    3950<para>Prepare Module-Init-Tools for compilation:</para>
    4051
     
    5465
    5566<screen><userinput>make</userinput></screen>
    56 
    57 <para>To test the results, issue:
    58 <userinput>make check</userinput>.</para>
    5967
    6068<para>Install the package:</para>
  • general.ent

    rf4116d45 r9eee06f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20051031">
    3 <!ENTITY releasedate "October 31, 2005">
     2<!ENTITY version "TESTING-20051104">
     3<!ENTITY releasedate "November 4, 2005">
    44<!ENTITY milestone "6.1.1">
    55<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.