Changeset 94e2400 in clfs-embedded for BOOK/cross-tools/common/linux-headers.xml


Ignore:
Timestamp:
Oct 15, 2013, 1:35:34 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
877c72d
Parents:
5f18bea
Message:

Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir

BUG: This uses ${CLFS_TARGET} before it is exported within materials
chapter for creating the sysroot directory!

File:
1 edited

Legend:

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

    r5f18bea r94e2400  
    3232<screen os="c"><userinput>make mrproper
    3333make ARCH=${CLFS_ARCH} headers_check
    34 make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/cross-tools/sysroot headers_install</userinput></screen>
     34make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/cross-tools/${CLFS_TARGET} headers_install</userinput></screen>
    3535
    3636  </sect2>
     
    4343
    4444      <seglistitem>
    45         <seg>${CLFS}/cross-tools/sysroot/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</seg>
     45        <seg>${CLFS}/cross-tools/${CLFS_TARGET}/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 class="headerfile">${CLFS}/cross-tools/sysroot/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</filename></term>
     55        <term><filename class="headerfile">${CLFS}/cross-tools/${CLFS_TARGET}/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</filename></term>
    5656        <listitem>
    5757          <para>The Linux API headers</para>
    5858          <indexterm zone="ch-cross-tools-linux-headers linux-headers">
    5959            <primary
    60             sortas="e-${CLFS}/cross-tools/sysroot/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
     60            sortas="e-${CLFS}/cross-tools/${CLFS_TARGET}/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
    6161          </indexterm>
    6262        </listitem>
Note: See TracChangeset for help on using the changeset viewer.