Changeset 026bb5d for BOOK/boot/multilib/grub-build.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/grub-build.xml
r1c9985f r026bb5d 6 6 ]> 7 7 8 <sect1 id="ch- temp-system-ppl" role="wrap">9 <?dbhtml filename=" ppl.html"?>8 <sect1 id="ch-boot-grub-build" role="wrap"> 9 <?dbhtml filename="grub-build.html"?> 10 10 11 <title> PPL-&ppl-version;</title>11 <title>GRUB-&grub-version;</title> 12 12 13 <indexterm zone="ch- temp-system-ppl">14 <primary sortas="a- PPL">PPL</primary>15 <secondary> temporary system</secondary>13 <indexterm zone="ch-boot-grub-build"> 14 <primary sortas="a-GRUB">GRUB</primary> 15 <secondary>boot</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/ common/ppl.xml"19 href="../../final-system/x86/grub.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of PPL</title>23 <title>Installation of GRUB</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ppl.xml" 26 href="../../final-system/x86/grub.xml" 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/x86/grub.xml" 31 xpointer="xpointer(//*[@os='s1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/x86/grub.xml" 35 xpointer="xpointer(//*[@os='s2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../../final-system/x86/grub.xml" 27 39 xpointer="xpointer(//*[@os='a'])"/> 28 40 29 <screen os=" b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \41 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \ 32 --disable-optimization --with-libgmp-prefix=/tools \ 33 --with-libgmpxx-prefix=/tools</userinput></screen> 43 --sysconfdir=/etc --libdir=/tools/lib64 --disable-werror</userinput></screen> 34 44 35 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/ppl.xml" 37 xpointer="xpointer(//*[@os='bp1'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/ppl.xml" 41 xpointer="xpointer(//*[@os='bp2'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/ppl.xml" 46 href="../../final-system/x86/grub.xml" 45 47 xpointer="xpointer(//*[@os='c'])"/> 46 48 47 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 href="../ common/ppl.xml"50 href="../../final-system/x86/grub.xml" 49 51 xpointer="xpointer(//*[@os='d'])"/> 50 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"52 href="../common/ppl.xml"53 xpointer="xpointer(//*[@os='e'])"/>54 52 55 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../ common/ppl.xml"54 href="../../final-system/x86/grub.xml" 57 55 xpointer="xpointer(//*[@os='f'])"/> 56 57 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 58 58 59 59 </sect2> … … 63 63 64 64 <para>Details on this package are located in <xref 65 linkend="contents- ppl" role="."/></para>65 linkend="contents-grub" role="."/></para> 66 66 67 67 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.