From fadce7a097c0be4c2c84f3c027cb3d50ec7a0698 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 29 Jan 2008 19:54:40 +0000 Subject: Upgrade to Linux-2.6.24. Fixes #2.6.24. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/linux-headers.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'chapter06/linux-headers.xml') diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 9d0d2143a..a2824d541 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -46,13 +46,6 @@ by way of sanitizing various C header files that are shipped in the Linux kernel source tarball. - Apply a sed subsitution to suppress the - installation of header files in /usr/include/scsi. The versions provided by - Glibc will be used instead: - -sed -i '/scsi/d' include/Kbuild - Install the header files: make mrproper @@ -69,7 +62,7 @@ cp -rv dest/include/* /usr/include Installed headers - /usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h + /usr/include/{asm{,-generic},linux,mtd,rdma,sound,video}/*.h -- cgit v1.2.3-54-g00ecf