- Timestamp:
- Aug 8, 2010, 7:04:50 AM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9cad7c2
- Parents:
- 06bf59e
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
r06bf59e r75a2135 28 28 <para os="c">Issue the following commands to perform the tests</para> 29 29 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 && 38 make check && 39 ./tests/runtests && 40 make clean</userinput></screen> 30 <screen os="d"><userinput>sed -i "s/\(make\)\( all\)/\1 DOCBOOKTOMAN=true\2/" tests/runtests && 31 ./tests/runtests</userinput></screen> 41 32 42 33 <para os="e">Prepare Module-Init-Tools for compilation:</para> … … 61 52 <para os="h">Compile the package:</para> 62 53 63 <screen os="i"><userinput>make DOCBOOKTOMAN= ""</userinput></screen>54 <screen os="i"><userinput>make DOCBOOKTOMAN=true</userinput></screen> 64 55 65 56 <para os="j">Install the package:</para> 66 57 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> 81 59 82 60 </sect2> -
BOOK/final-system/multilib/module-init-tools.xml
r06bf59e r75a2135 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 href="../common/module-init-tools.xml" 30 xpointer="xpointer(//*[@os='cc'])"/> 31 32 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure && 33 make check && 34 ./tests/runtests && 35 make clean</userinput></screen> 30 xpointer="xpointer(//*[@os='d'])"/> 36 31 37 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 63 58 xpointer="xpointer(//*[@os='k'])"/> 64 59 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"66 href="../common/module-init-tools.xml"67 xpointer="xpointer(//*[@os='l'])"/>68 69 60 </sect2> 70 61 -
BOOK/introduction/common/changelog.xml
r06bf59e r75a2135 38 38 39 39 <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> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Kbd to 1.15.2.</para> -
BOOK/packages.ent
r06bf59e r75a2135 291 291 <!ENTITY man-pages-home "http://www.win.tue.nl/~aeb/linux/man"> 292 292 293 <!ENTITY module-init-tools-version "3.1 1.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"> 295 295 <!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"> 297 297 <!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org"> 298 298
Note:
See TracChangeset
for help on using the changeset viewer.