فهرست منبع

Remove unneccessary files installed by Linux headers.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 سال پیش
والد
کامیت
71f19f88bc
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 4 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/linux-headers.xml

+ 4 - 0
chapter01/changelog.xml

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

+ 2 - 1
chapter06/linux-headers.xml

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