Changeset 75a2135 for BOOK/final-system
- 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/final-system
- Files:
-
- 2 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
Note:
See TracChangeset
for help on using the changeset viewer.