Author: dnicholson
Date: 2007-03-23 16:08:26 -0600 (Fri, 23 Mar 2007)
New Revision: 7974

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/linux-headers.xml
Log:
Suppress /usr/include/scsi headers from the kernel


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-03-23 21:57:23 UTC (rev 7973)
+++ trunk/BOOK/chapter01/changelog.xml  2007-03-23 22:08:26 UTC (rev 7974)
@@ -40,6 +40,11 @@
       <para>2007-03-23</para>
       <itemizedlist>
         <listitem>
+          <para>[dnicholson] - Don't install the kernel headers in
+          <filename class="directory">/usr/include/scsi</filename> as the ones
+          provided by Glibc are preferred.</para>
+        </listitem>
+        <listitem>
           <para>[dnicholson] - Force <command>ldd</command> to use
           <command>/bin/bash</command> since it contains Bash-specific
           syntax.</para>

Modified: trunk/BOOK/chapter06/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter06/linux-headers.xml      2007-03-23 21:57:23 UTC (rev 
7973)
+++ trunk/BOOK/chapter06/linux-headers.xml      2007-03-23 22:08:26 UTC (rev 
7974)
@@ -40,6 +40,13 @@
     by way of sanitizing various C header files that are shipped in the Linux
     kernel source tarball.</para>
 
+    <para>Apply a <command>sed</command> subsitution to suppress the
+    installation of header files in <filename
+    class='directory'>/usr/include/scsi</filename>. The versions provided by
+    Glibc will be used instead:</para>
+
+<screen><userinput>sed -i '/scsi/d' include/Kbuild</userinput></screen>
+
     <para>Install the header files:</para>
 
 <screen><userinput>make mrproper

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to