Changeset e69b20a


Ignore:
Timestamp:
Jun 10, 2006, 9:03:54 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4aef1be
Parents:
e29fb58
Message:

r3915@server (orig r1761): ken | 2006-06-10 07:03:09 -0700
Fix the install of module-init-tools.

Location:
BOOK
Files:
2 edited

Legend:

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

    re29fb58 re69b20a  
    5858    <para os="j">Install the package:</para>
    5959
    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
    6176
    6277  </sect2>
  • BOOK/introduction/common/changelog.xml

    re29fb58 re69b20a  
    4444          several packages.</para>
    4545        </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>
    4651      </itemizedlist>
    4752    </listitem>
Note: See TracChangeset for help on using the changeset viewer.