- Timestamp:
- Feb 21, 2006, 1:15:29 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5dd6049
- Parents:
- e298f37
- Location:
- BOOK/boot
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips/colo-build.xml
re298f37 r3f339fd 36 36 xpointer="xpointer(//*[@os='b'])"/> 37 37 38 <screen os="c"><userinput>cp binaries/colo-chain.elf ${LFS}/boot/vmlinux38 <screen os="c"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux 39 39 gzip -9 ${LFS}/boot/vmlinux</userinput></screen> 40 40 -
BOOK/boot/mips64-64-chapter.xml
re298f37 r3f339fd 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/kernel.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64 -64/colo-build.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/colo-build.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/colo.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/> -
BOOK/boot/mips64/colo-build.xml
re298f37 r3f339fd 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/mips64/colo.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/mips64/colo.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 34 href="../mips/colo-build.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> … … 30 38 make CC=gcc 31 39 cd ../.. 32 make C C="${CC} ${BUILD32)" CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>40 make CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen> 33 41 34 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.