Changeset 760721c for BOOK/cross-tools/mips/linux-headers.xml
- 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/mips/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 … … 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../ x86/linux-headers.xml"26 href="../../final-system/common/linux-headers.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen><userinput>install -dv /tools/include 30 cp -av include/asm-mips /tools/include/asm 31 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=mips headers_check 35 make ARCH=mips INSTALL_HDR_PATH=dest headers_install 36 cp -rv dest/include/* /tools/include</userinput></screen> 32 37 33 38 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.