Changeset 94e2400 in clfs-embedded for BOOK/cross-tools/common/linux-headers.xml
- Timestamp:
- Oct 15, 2013, 8:35:34 PM (11 years ago)
- Branches:
- master
- Children:
- 877c72d
- Parents:
- 5f18bea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/linux-headers.xml
r5f18bea r94e2400 32 32 <screen os="c"><userinput>make mrproper 33 33 make ARCH=${CLFS_ARCH} headers_check 34 make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/cross-tools/ sysrootheaders_install</userinput></screen>34 make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/cross-tools/${CLFS_TARGET} headers_install</userinput></screen> 35 35 36 36 </sect2> … … 43 43 44 44 <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> 46 46 </seglistitem> 47 47 </segmentedlist> … … 53 53 54 54 <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> 56 56 <listitem> 57 57 <para>The Linux API headers</para> 58 58 <indexterm zone="ch-cross-tools-linux-headers linux-headers"> 59 59 <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> 61 61 </indexterm> 62 62 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.