Changeset 291bd8b for BOOK/boot/ppc64
- Timestamp:
- Jan 7, 2009, 4:03:45 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a02430f2
- Parents:
- 882703f
- Location:
- BOOK/boot/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc64/yaboot-build.xml
r882703f r291bd8b 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/ppc/yaboot.xml"27 xpointer="xpointer(//*[@os='a'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/ppc/yaboot.xml"31 xpointer="xpointer(//*[@os='b'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/ppc/yaboot.xml"35 xpointer="xpointer(//*[@os='c'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../../final-system/ppc/yaboot.xml"39 xpointer="xpointer(//*[@os='d'])"/>40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"42 26 href="../ppc/yaboot-build.xml" 43 27 xpointer="xpointer(//*[@os='p1'])"/> … … 63 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 48 href="../../final-system/ppc/yaboot.xml" 65 xpointer="xpointer(//*[@os=' g'])"/>49 xpointer="xpointer(//*[@os='c'])"/> 66 50 67 51 <screen><userinput>CFLAGS=${BUILD32} make CROSS=${CLFS_TARGET}-</userinput></screen> … … 73 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 58 href="../../final-system/ppc64/yaboot.xml" 75 xpointer="xpointer(//*[@os=' j0'])"/>59 xpointer="xpointer(//*[@os='e0'])"/> 76 60 77 61 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install 2>&1 | tee instlog</userinput></screen> … … 79 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 80 64 href="../../final-system/ppc64/yaboot.xml" 81 xpointer="xpointer(//*[@os=' k'])"/>65 xpointer="xpointer(//*[@os='g'])"/> 82 66 83 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 84 68 href="../../final-system/ppc64/yaboot.xml" 85 xpointer="xpointer(//*[@os=' l'])"/>69 xpointer="xpointer(//*[@os='h'])"/> 86 70 87 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 88 72 href="../../final-system/ppc64/yaboot.xml" 89 xpointer="xpointer(//*[@os=' m'])"/>73 xpointer="xpointer(//*[@os='i'])"/> 90 74 91 75 </sect2> -
BOOK/boot/ppc64/yaboot.xml
r882703f r291bd8b 22 22 <sect2 role="."> 23 23 <title>Copying the bootloader to OSX and booting from OF.</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../ppc/yaboot.xml"27 xpointer="xpointer(//*[@os='b'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../ppc/yaboot.xml"31 xpointer="xpointer(//*[@os='c'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.