Remove unneccessary files installed by Linux headers.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-11-21 11:11:39 +00:00
parent fb55e1fe5f
commit 71f19f88bc
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,10 @@
<listitem>
<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>

View File

@ -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>