Changeset 6ac3408 for final-system


Ignore:
Timestamp:
Feb 21, 2006, 12:47:11 AM (19 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.

Location:
final-system
Files:
5 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
Note: See TracChangeset for help on using the changeset viewer.