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.

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.