Changeset b057d7e2 in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
13d7c4f
Parents:
146587b
git-author:
Andrew Bradford <andrew@…> (10/14/13 07:55:06)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:04)
Message:

linux-hdr: Install headers into sysroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/linux-headers.xml

    r146587b rb057d7e2  
    3232<screen os="c"><userinput>make mrproper
    3333make ARCH=${CLFS_ARCH} headers_check
    34 make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/usr headers_install</userinput></screen>
     34make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/cross-tools/sysroot headers_install</userinput></screen>
    3535
    3636  </sect2>
     
    4343
    4444      <seglistitem>
    45         <seg>/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</seg>
     45        <seg>${CLFS}/cross-tools/sysroot/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</seg>
    4646      </seglistitem>
    4747    </segmentedlist>
     
    5353
    5454      <varlistentry id="linux-headers">
    55         <term><filename
    56         class="headerfile">/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</filename></term>
     55        <term><filename class="headerfile">${CLFS}/cross-tools/sysroot/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</filename></term>
    5756        <listitem>
    5857          <para>The Linux API headers</para>
    5958          <indexterm zone="ch-cross-tools-linux-headers linux-headers">
    6059            <primary
    61             sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
     60            sortas="e-${CLFS}/cross-tools/sysroot/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
    6261          </indexterm>
    6362        </listitem>
Note: See TracChangeset for help on using the changeset viewer.