|
@@ -46,13 +46,6 @@
|
|
|
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 remap="pre">sed -i '/scsi/d' include/Kbuild</userinput></screen>
|
|
|
-
|
|
|
<para>Install the header files:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make mrproper
|
|
@@ -69,7 +62,7 @@ cp -rv dest/include/* /usr/include</userinput></screen>
|
|
|
<segtitle>Installed headers</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
|
- <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</seg>
|
|
|
+ <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound,video}/*.h</seg>
|
|
|
</seglistitem>
|
|
|
</segmentedlist>
|
|
|
|