mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Update list of headers installed by Linux. Fixes #2495.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
79f9e00db8
commit
35cba41039
@ -40,6 +40,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-09-24</para>
|
<para>2009-09-24</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] Update list of installed headers for Linux. Thanks to
|
||||||
|
Chris Staub for the patch. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2495">#2495</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] Update list of installed programs for various
|
<para>[matthew] Update list of installed programs for various
|
||||||
packages. Thanks to Chris Staub for the patch. Fixes
|
packages. Thanks to Chris Staub for the patch. Fixes
|
||||||
|
@ -71,8 +71,8 @@ cp -rv dest/include/* /usr/include</userinput></screen>
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>/usr/include/asm/*.h, /usr/include/asm-generic/*.h,
|
<seg>/usr/include/asm/*.h, /usr/include/asm-generic/*.h,
|
||||||
/usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h,
|
/usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h,
|
||||||
/usr/include/rdma/*.h, /usr/include/sound/*.h,
|
/usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h,
|
||||||
/usr/include/video/*.h</seg>
|
/usr/include/video/*.h, /usr/include/xen/*.h</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -141,6 +141,16 @@ cp -rv dest/include/* /usr/include</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="scsi">
|
||||||
|
<term><filename class="headerfile">/usr/include/scsi/*.h</filename></term>
|
||||||
|
<listitem>
|
||||||
|
<para>The Linux API SCSI Headers</para>
|
||||||
|
<indexterm zone="ch-system-linux-headers scsi">
|
||||||
|
<primary sortas="e-/usr/include/scsi/*.h">/usr/include/scsi/*.h</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="sound">
|
<varlistentry id="sound">
|
||||||
<term><filename class="headerfile">/usr/include/sound/*.h</filename></term>
|
<term><filename class="headerfile">/usr/include/sound/*.h</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -161,6 +171,16 @@ cp -rv dest/include/* /usr/include</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xen">
|
||||||
|
<term><filename class="headerfile">/usr/include/xen/*.h</filename></term>
|
||||||
|
<listitem>
|
||||||
|
<para>The Linux API Xen Headers</para>
|
||||||
|
<indexterm zone="ch-system-linux-headers xen">
|
||||||
|
<primary sortas="e-/usr/include/xen/*.h">/usr/include/xen/*.h</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user