Ignore:
Timestamp:
Jun 11, 2006, 1:05:33 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
75984cf
Parents:
8f2279f
Message:

r3918@server (orig r1762): jciccone | 2006-06-11 10:42:36 -0700
Updated to shadow-4.0.16 and linux-headers-2.6.16.20-06092006; Updated the list of installed programs for several packages; Fixed the install of module-init-tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    r8f2279f r82b662d  
    4949    <para os="f">Install the package:</para>
    5050
    51 <screen os="g"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     51<screen os="g"><userinput>make DESTDIR=${LFS} INSTALL=install install</userinput></screen>
     52
     53    <variablelist os="h">
     54      <title>The meaning of the make parameter:</title>
     55      <varlistentry>
     56        <term><parameter>INSTALL=install</parameter></term>
     57        <listitem>
     58          <para>Normally, make install will not install the binaries if they
     59          already exist. This option overrides that behavior by calling
     60          <command>install</command> instead of using the default wrapper
     61          script.</para>
     62        </listitem>
     63      </varlistentry>
     64    </variablelist>
    5265
    5366  </sect2>
Note: See TracChangeset for help on using the changeset viewer.