Changeset 760721c for BOOK/cross-tools/x86
- Timestamp:
- Oct 16, 2007, 9:00:29 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7944221
- Parents:
- 0e34e8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/linux-headers.xml
r0e34e8b r760721c 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux- headers-version;</title>11 <title>Linux-Headers-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> … … 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/ x86/linux-headers.xml"19 href="../../final-system/common/linux-headers.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 … … 23 23 <title>Installation of Linux-Headers</title> 24 24 25 <para os="a">Install the header files that are needed for the base build:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/common/linux-headers.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 26 28 27 <screen><userinput>install -dv /tools/include 28 cp -av include/asm-i386 /tools/include/asm 29 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen> 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/linux-headers.xml" 31 xpointer="xpointer(//*[@os='b'])"/> 32 33 <screen os="c"><userinput>make mrproper 34 make ARCH=i386 headers_check 35 make ARCH=i386 INSTALL_HDR_PATH=dest headers_install 36 cp -rv dest/include/* /tools/include</userinput></screen> 30 37 31 38 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.