- Timestamp:
- Jun 10, 2006, 9:03:54 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4aef1be
- Parents:
- e29fb58
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
re29fb58 re69b20a 58 58 <para os="j">Install the package:</para> 59 59 60 <screen os="k"><userinput>make install</userinput></screen> 60 <screen os="k"><userinput>make INSTALL=install install</userinput></screen> 61 62 <variablelist> 63 <title>The meaning of the make parameter:</title> 64 <varlistentry> 65 <term><parameter>INSTALL=install</parameter></term> 66 <listitem> 67 <para>Normally, make install will not install the binaries if they 68 already exist. This option overrides that behavior by calling 69 <command>install</command> instead of using the default wrapper 70 script.</para> 71 </listitem> 72 </varlistentry> 73 </variablelist> 74 75 61 76 62 77 </sect2> -
BOOK/introduction/common/changelog.xml
re29fb58 re69b20a 44 44 several packages.</para> 45 45 </listitem> 46 <listitem> 47 <para>[Ken] - Fixed the module-init-tools install in the presence 48 of existing files. Thanks to Manuel for pointing me to the fix in 49 LFS, and to Dan Nicholson for the fix.</para> 50 </listitem> 46 51 </itemizedlist> 47 52 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.