Changeset 75a2135 for BOOK/final-system


Ignore:
Timestamp:
Aug 8, 2010, 7:04:50 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9cad7c2
Parents:
06bf59e
Message:

Updated Module-Init-Tools to 3.12.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r06bf59e r75a2135  
    2828    <para os="c">Issue the following commands to perform the tests</para>
    2929
    30     <note os="cc">
    31       <para>The <command>make clean</command> command is required to clean up
    32       the source tree, otherwise the code built for testing will be installed,
    33       and the test version of <command>modprobe</command> does not function
    34       outside the test environment.</para>
    35     </note>
    36 
    37 <screen os="d"><userinput>./configure &amp;&amp;
    38 make check &amp;&amp;
    39 ./tests/runtests &amp;&amp;
    40 make clean</userinput></screen>
     30<screen os="d"><userinput>sed -i "s/\(make\)\( all\)/\1 DOCBOOKTOMAN=true\2/" tests/runtests &amp;&amp;
     31./tests/runtests</userinput></screen>
    4132
    4233    <para os="e">Prepare Module-Init-Tools for compilation:</para>
     
    6152    <para os="h">Compile the package:</para>
    6253
    63 <screen os="i"><userinput>make DOCBOOKTOMAN=""</userinput></screen>
     54<screen os="i"><userinput>make DOCBOOKTOMAN=true</userinput></screen>
    6455
    6556    <para os="j">Install the package:</para>
    6657
    67 <screen os="k"><userinput>make INSTALL=install install</userinput></screen>
    68 
    69     <variablelist os="l">
    70       <title>The meaning of the make install parameter:</title>
    71       <varlistentry>
    72         <term><parameter>INSTALL=install</parameter></term>
    73         <listitem>
    74           <para>Normally, <command>make install</command> will not install the binaries if they
    75           already exist. This option overrides that behavior by calling
    76           <command>install</command> instead of using the default wrapper
    77           script.</para>
    78         </listitem>
    79       </varlistentry>
    80     </variablelist>
     58<screen os="k"><userinput>make install</userinput></screen>
    8159
    8260  </sect2>
  • BOOK/final-system/multilib/module-init-tools.xml

    r06bf59e r75a2135  
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929    href="../common/module-init-tools.xml"
    30     xpointer="xpointer(//*[@os='cc'])"/>
    31 
    32 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure &amp;&amp;
    33 make check &amp;&amp;
    34 ./tests/runtests &amp;&amp;
    35 make clean</userinput></screen>
     30    xpointer="xpointer(//*[@os='d'])"/>
    3631
    3732    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6358    xpointer="xpointer(//*[@os='k'])"/>
    6459
    65     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../common/module-init-tools.xml"
    67     xpointer="xpointer(//*[@os='l'])"/>
    68 
    6960  </sect2>
    7061
Note: See TracChangeset for help on using the changeset viewer.