Changeset c6c6c35 for BOOK/final-system/common
- Timestamp:
- Dec 29, 2007, 8:54:17 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e6d3df9
- Parents:
- 6d0a423
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
r6d0a423 rc6c6c35 27 27 28 28 <para os="c">Issue the following commands to perform the tests 29 (note that the <command>make distclean</command> command is required 30 to clean up the source tree, as the source gets recompiled as part 31 of the testing process):</para> 29 (note that the <command>make clean</command> and <command>rm</command> 30 commands are required to clean up the source tree, otherwise the code 31 built for testing will be installed, and the test version of 32 <command>modprobe</command> does not function outside the test 33 environment).</para> 32 34 33 35 <screen os="d"><userinput>./configure && 34 make check && 35 make distclean</userinput></screen> 36 make DOCBOOKTOMAN=true check && 37 make clean && 38 rm *.5 *.8</userinput></screen> 36 39 37 40 <para os="e">Prepare Module-Init-Tools for compilation:</para> … … 56 59 <screen os="i"><userinput>make DOCBOOKTOMAN=true</userinput></screen> 57 60 61 <variablelist os="i2"> 62 <title>The meaning of the make parameter:</title> 63 <varlistentry> 64 <term><parameter>DOCBOOKTOMAN=true</parameter></term> 65 <listitem> 66 <para>The <literal>DOCBOOKTOMAN</literal> variable specifies the 67 program which is executed to convert the sgml source to man pages. 68 We do not have either of the alternatives, so we create empty pages 69 instead.</para> 70 </listitem> 71 </varlistentry> 72 </variablelist> 73 58 74 <para os="j">Install the package:</para> 59 75 … … 61 77 62 78 <variablelist os="l"> 63 <title>The meaning of the make parameter:</title>79 <title>The meaning of the make install parameter:</title> 64 80 <varlistentry> 65 81 <term><parameter>INSTALL=install</parameter></term>
Note:
See TracChangeset
for help on using the changeset viewer.