Changeset b057d7e2 in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Oct 15, 2013, 8:00:04 PM (11 years ago)
- Branches:
- master
- Children:
- 13d7c4f
- Parents:
- 146587b
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 14:55:06)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 20:00:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/linux-headers.xml
r146587b rb057d7e2 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}/ usrheaders_install</userinput></screen>34 make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=${CLFS}/cross-tools/sysroot headers_install</userinput></screen> 35 35 36 36 </sect2> … … 43 43 44 44 <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> 46 46 </seglistitem> 47 47 </segmentedlist> … … 53 53 54 54 <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> 57 56 <listitem> 58 57 <para>The Linux API headers</para> 59 58 <indexterm zone="ch-cross-tools-linux-headers linux-headers"> 60 59 <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> 62 61 </indexterm> 63 62 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.