Changeset b19674e for final-system
- Timestamp:
- Jun 10, 2006, 9:03:54 AM (18 years ago)
- Children:
- b021597
- Parents:
- 1e3f8a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/module-init-tools.xml
r1e3f8a7 rb19674e 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>
Note:
See TracChangeset
for help on using the changeset viewer.