Changeset 6ac3408


Ignore:
Timestamp:
Feb 21, 2006, 12:47:11 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
91b682b
Parents:
f3c500c
Message:

r646@server (orig r644): manuel | 2005-11-07 11:26:52 -0800
Correct the instructions for running the Module-Init-Tools' testsuite.

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/module-init-tools.xml

    rf3c500c r6ac3408  
    5555<screen os="b"><userinput>touch modprobe.conf.5</userinput></screen>
    5656
     57    <para os="g">If you wish to run the test suite for Module-Init-Tools, you
     58    will need to download the separate testsuite tarball. Issue the
     59    following commands to perform the tests (note that the
     60    <command>make distclean</command> command is required to clean up
     61    the source tree, as the source gets recompiled as part of the testing
     62    process):</para>
     63
     64<screen os="g1"><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
     65./configure &amp;&amp;
     66make check &amp;&amp;
     67make distclean</userinput></screen>
     68
    5769    <para os="c">Prepare Module-Init-Tools for compilation:</para>
    5870
     
    7587
    7688<screen os="f"><userinput>make</userinput></screen>
    77 
    78     <para os="g">To test the results, issue:
    79     <userinput>make check</userinput>.</para>
    8089
    8190    <para os="h">Install the package:</para>
  • final-system/mips/module-init-tools.xml

    rf3c500c r6ac3408  
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5959    href="../common/module-init-tools.xml"
     60    xpointer="xpointer(//*[@os='g'])"/>
     61
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     63    href="../common/module-init-tools.xml"
     64    xpointer="xpointer(//*[@os='g1'])"/>
     65
     66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     67    href="../common/module-init-tools.xml"
    6068    xpointer="xpointer(//*[@os='c'])"/>
    6169
     
    7886    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7987    href="../common/module-init-tools.xml"
    80     xpointer="xpointer(//*[@os='g'])"/>
    81 
    82     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    83     href="../common/module-init-tools.xml"
    8488    xpointer="xpointer(//*[@os='h'])"/>
    8589
  • final-system/mips64-64/module-init-tools.xml

    rf3c500c r6ac3408  
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6262    href="../common/module-init-tools.xml"
     63    xpointer="xpointer(//*[@os='g'])"/>
     64
     65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="../common/module-init-tools.xml"
     67    xpointer="xpointer(//*[@os='g1'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    href="../common/module-init-tools.xml"
    6371    xpointer="xpointer(//*[@os='c'])"/>
    6472
  • final-system/mips64/module-init-tools.xml

    rf3c500c r6ac3408  
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6262    href="../common/module-init-tools.xml"
     63    xpointer="xpointer(//*[@os='g'])"/>
     64
     65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="../common/module-init-tools.xml"
     67    xpointer="xpointer(//*[@os='g1'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    href="../common/module-init-tools.xml"
    6371    xpointer="xpointer(//*[@os='c'])"/>
    6472
  • final-system/multilib/module-init-tools.xml

    rf3c500c r6ac3408  
    5353    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5454    href="../common/module-init-tools.xml"
     55    xpointer="xpointer(//*[@os='g'])"/>
     56
     57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     58    href="../common/module-init-tools.xml"
     59    xpointer="xpointer(//*[@os='g1'])"/>
     60
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     62    href="../common/module-init-tools.xml"
    5563    xpointer="xpointer(//*[@os='c'])"/>
    5664
  • general.ent

    rf3c500c r6ac3408  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "CLFS-SVN-20051106">
     2<!ENTITY version "CLFS-SVN-20051107">
    33<!ENTITY version-x86 "&version;-x86">
    44<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1313<!ENTITY version-alpha "&version;-ALPHA">
    1414
    15 <!ENTITY releasedate "November 6, 2005">
     15<!ENTITY releasedate "November 7, 2005">
    1616<!ENTITY milestone "0.1">
    1717<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/common/changelog.xml

    rf3c500c r6ac3408  
    3838    </listitem>
    3939-->
     40
     41    <listitem>
     42      <para>November 7, 2005</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[manuel] - Correct the instructions for running the
     46          Mudule-Init-Tools' testsuite.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    4050
    4151    <listitem>
  • materials/common/packages.xml

    rf3c500c r6ac3408  
    338338
    339339    <varlistentry>
     340      <term>Module-Init-Tools-Testsuite (&module-init-tools-version;) - 34 KB:</term>
     341      <listitem>
     342        <para><ulink
     343        url="&kernel;linux/utils/kernel/module-init-tools/module-init-tools-testsuite-&module-init-tools-version;.tar.bz2"/></para>
     344      </listitem>
     345    </varlistentry>
     346
     347    <varlistentry>
    340348      <term>Ncurses (&ncurses-version;) - 2.3 MB:</term>
    341349      <listitem>
Note: See TracChangeset for help on using the changeset viewer.