- Timestamp:
- Apr 13, 2014, 12:06:28 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 90e8c97
- Parents:
- 473d4fe
- Location:
- BOOK/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/grub-build.xml
r473d4fe r22da6db 41 41 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 42 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 -- sysconfdir=/etc --disable-werror --enable-grub-mkfont=no</userinput></screen>43 --disable-werror --enable-grub-mkfont=no</userinput></screen> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 63 63 xpointer="xpointer(//*[@os='f'])"/> 64 64 65 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 66 href="../x86/grub-build.xml" 67 xpointer="xpointer(//*[@os='ag'])"/> 66 68 67 69 </sect2> -
BOOK/boot/multilib/grub-build.xml
r473d4fe r22da6db 41 41 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 42 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 -- sysconfdir=/etc --libdir=/tools/lib64 --disable-werror \43 --libdir=/tools/lib64 --disable-werror \ 44 44 --enable-grub-mkfont=no</userinput></screen> 45 45 … … 64 64 xpointer="xpointer(//*[@os='f'])"/> 65 65 66 <screen os="ag"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 67 href="../x86/grub-build.xml" 68 xpointer="xpointer(//*[@os='ag'])"/> 67 69 68 70 </sect2> -
BOOK/boot/x86/grub-build.xml
r473d4fe r22da6db 41 41 <screen os="ab"><userinput>./configure --prefix=/tools \ 42 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 -- sysconfdir=/etc --disable-werror --enable-grub-mkfont=no</userinput></screen>43 --disable-werror --enable-grub-mkfont=no</userinput></screen> 44 44 45 45 <para os="b">The meaning of the new configure option:</para> … … 66 66 xpointer="xpointer(//*[@os='f'])"/> 67 67 68 <screen os="ag"><userinput>make DESTDIR=${CLFS}install</userinput></screen>68 <screen os="ag"><userinput>make install</userinput></screen> 69 69 70 70 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.