Changeset fe0b640
- Timestamp:
- Feb 21, 2006, 1:30:02 AM (19 years ago)
- Children:
- 579e4b2
- Parents:
- 465a7e4
- Location:
- boot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/module-init-tools.xml
r465a7e4 rfe0b640 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="d"><userinput>./configure --prefix=/ \ 34 --host=${LFS_TARGET}</userinput></screen> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../../final-system/common/module-init-tools.xml" 35 xpointer="xpointer(//*[@os='c'])"/> 35 36 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 38 39 xpointer="xpointer(//*[@os='e'])"/> 39 40 40 <screen os="f"><userinput>make</userinput></screen> 41 <screen os="f"><userinput>./configure --prefix=/ \ 42 --host=${LFS_TARGET}</userinput></screen> 41 43 42 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 44 46 xpointer="xpointer(//*[@os='h'])"/> 45 47 46 <screen os="i"><userinput>make DESTDIR="${LFS}" install</userinput></screen> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../../final-system/common/module-init-tools.xml" 50 xpointer="xpointer(//*[@os='i'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../../final-system/common/module-init-tools.xml" 54 xpointer="xpointer(//*[@os='j'])"/> 55 56 <screen os="k"><userinput>make DESTDIR="${LFS}" install</userinput></screen> 47 57 48 58 </sect2> -
boot/mips/module-init-tools.xml
r465a7e4 rfe0b640 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 42 href="../common/module-init-tools.xml" 43 xpointer="xpointer(//*[@os=' d'])"/>43 xpointer="xpointer(//*[@os='c'])"/> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 53 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 54 href="../../final-system/common/module-init-tools.xml" 55 xpointer="xpointer(//*[@os=' h'])"/>55 xpointer="xpointer(//*[@os='i'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 58 href="../common/module-init-tools.xml" 59 xpointer="xpointer(//*[@os='i'])"/> 59 xpointer="xpointer(//*[@os='j'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../common/module-init-tools.xml" 63 xpointer="xpointer(//*[@os='k'])"/> 60 64 61 65 </sect2> -
boot/mips64/module-init-tools.xml
r465a7e4 rfe0b640 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 42 href="../multilib/module-init-tools.xml" 43 xpointer="xpointer(//*[@os=' d'])"/>43 xpointer="xpointer(//*[@os='c'])"/> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 46 href="../ common/module-init-tools.xml"46 href="../multilib/module-init-tools.xml" 47 47 xpointer="xpointer(//*[@os='e'])"/> 48 48 … … 59 59 xpointer="xpointer(//*[@os='i'])"/> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../common/module-init-tools.xml" 63 xpointer="xpointer(//*[@os='j'])"/> 64 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../common/module-init-tools.xml" 67 xpointer="xpointer(//*[@os='k'])"/> 68 61 69 </sect2> 62 70 -
boot/multilib/module-init-tools.xml
r465a7e4 rfe0b640 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 34 --host=${LFS_TARGET}</userinput></screen> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/module-init-tools.xml" 35 xpointer="xpointer(//*[@os='c'])"/> 35 36 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 38 39 xpointer="xpointer(//*[@os='e'])"/> 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/module-init-tools.xml" 42 xpointer="xpointer(//*[@os='f'])"/> 41 <screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 42 --host=${LFS_TARGET}</userinput></screen> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 49 49 href="../common/module-init-tools.xml" 50 50 xpointer="xpointer(//*[@os='i'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../common/module-init-tools.xml" 54 xpointer="xpointer(//*[@os='j'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../common/module-init-tools.xml" 58 xpointer="xpointer(//*[@os='k'])"/> 51 59 52 60 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.