r9112 - in trunk/BOOK: chapter01 chapter06
matthew at linuxfromscratch.org
matthew at linuxfromscratch.org
Sat Nov 21 04:11:39 MST 2009
Author: matthew
Date: 2009-11-21 04:11:39 -0700 (Sat, 21 Nov 2009)
New Revision: 9112
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/linux-headers.xml
Log:
Remove unneccessary files installed by Linux headers.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2009-11-21 11:10:56 UTC (rev 9111)
+++ trunk/BOOK/chapter01/changelog.xml 2009-11-21 11:11:39 UTC (rev 9112)
@@ -41,6 +41,10 @@
<para>2009-11-21</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Remove unneccessary .install and ..install.cmd
+ files that were being installed by the Linux headers.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Upgraded to Coreutils-8.1. Fixes
<ulink url="&lfs-ticket-root;2518">#2518</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter06/linux-headers.xml 2009-11-21 11:10:56 UTC (rev 9111)
+++ trunk/BOOK/chapter06/linux-headers.xml 2009-11-21 11:11:39 UTC (rev 9112)
@@ -58,7 +58,8 @@
<screen><userinput remap="install">make headers_check
make INSTALL_HDR_PATH=dest headers_install
-cp -rv dest/include/* /usr/include</userinput></screen>
+cp -rv dest/include/* /usr/include
+find /usr/include -name .install -o -name ..install.cmd -delete</userinput></screen>
</sect2>
More information about the lfs-book
mailing list