Changeset c6c6c35 for BOOK/final-system


Ignore:
Timestamp:
12/29/07 12:54:17 (17 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e6d3df9
Parents:
6d0a423
Message:

Fix how we run. and clean up after, the testsuite for module-init-tools.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r6d0a423 rc6c6c35  
    2727
    2828    <para os="c">Issue the following commands to perform the tests
    29     (note that the <command>make distclean</command> command is required
    30     to clean up the source tree, as the source gets recompiled as part
    31     of the testing process):</para>
     29    (note that the <command>make clean</command> and <command>rm</command>
     30    commands are required to clean up the source tree, otherwise the code
     31    built for testing will be installed, and the test version of
     32    <command>modprobe</command> does not function outside the test
     33    environment).</para>
    3234
    3335<screen os="d"><userinput>./configure &amp;&amp;
    34 make check &amp;&amp;
    35 make distclean</userinput></screen>
     36make DOCBOOKTOMAN=true check &amp;&amp;
     37make clean &amp;&amp;
     38rm *.5 *.8</userinput></screen>
    3639
    3740    <para os="e">Prepare Module-Init-Tools for compilation:</para>
     
    5659<screen os="i"><userinput>make DOCBOOKTOMAN=true</userinput></screen>
    5760
     61    <variablelist os="i2">
     62      <title>The meaning of the make parameter:</title>
     63      <varlistentry>
     64        <term><parameter>DOCBOOKTOMAN=true</parameter></term>
     65        <listitem>
     66          <para>The <literal>DOCBOOKTOMAN</literal> variable specifies the
     67          program which is executed to convert the sgml source to man pages.
     68          We do not have either of the alternatives, so we create empty pages
     69          instead.</para>
     70        </listitem>
     71      </varlistentry>
     72    </variablelist>
     73
    5874    <para os="j">Install the package:</para>
    5975
     
    6177
    6278    <variablelist os="l">
    63       <title>The meaning of the make parameter:</title>
     79      <title>The meaning of the make install parameter:</title>
    6480      <varlistentry>
    6581        <term><parameter>INSTALL=install</parameter></term>
  • BOOK/final-system/multilib/module-init-tools.xml

    r6d0a423 rc6c6c35  
    2828<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure &amp;&amp;
    2929make check &amp;&amp;
    30 make distclean</userinput></screen>
     30make clean &amp;&amp;
     31rm *.5 *.8</userinput></screen>
    3132
    3233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5152    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5253    href="../common/module-init-tools.xml"
     54    xpointer="xpointer(//*[@os='i2'])"/>
     55
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="../common/module-init-tools.xml"
    5358    xpointer="xpointer(//*[@os='j'])"/>
    5459
Note: See TracChangeset for help on using the changeset viewer.