aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-23 22:08:26 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-03-23 22:08:26 +0000
commit64f65c7a6a14207289ce63dc32e7be0f5135a740 (patch)
tree5ea292700a8c2a309d9b8f7678f77a8801e998f2 /chapter06
parenta4cb33740072d6be5c58b6897eb7b2a53d7ff5d1 (diff)
Suppress /usr/include/scsi headers from the kernel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/linux-headers.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 20858d268..b83df0897 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -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