Changeset 75a2135 for BOOK


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
Files:
4 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
  • BOOK/introduction/common/changelog.xml

    r06bf59e r75a2135  
    3838
    3939    <listitem>
    40       <para>August 02, 2010</para>
    41       <itemizedlist>
     40      <para>August 08, 2010</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Module-Init-Tools to 3.12.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Kbd to 1.15.2.</para>
  • BOOK/packages.ent

    r06bf59e r75a2135  
    291291<!ENTITY man-pages-home "http://www.win.tue.nl/~aeb/linux/man">
    292292
    293 <!ENTITY module-init-tools-version "3.11.1">
    294 <!ENTITY module-init-tools-size "200 KB">
     293<!ENTITY module-init-tools-version "3.12">
     294<!ENTITY module-init-tools-size "920 KB">
    295295<!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">
    296 <!ENTITY module-init-tools-md5 "28dfcb9e24cdbeb12b99ac1eb8af7dea">
     296<!ENTITY module-init-tools-md5 "8b2257ce9abef74c4a44d825d23140f3">
    297297<!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org">
    298298
Note: See TracChangeset for help on using the changeset viewer.