- Timestamp:
- Jun 29, 2006, 4:07:12 PM (18 years ago)
- Children:
- 7d6c53c
- Parents:
- e8506ae6
- Location:
- boot
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/e2fsprogs.xml
re8506ae6 rf53b075 37 37 <screen os="aa"><userinput>../configure --prefix=/tools \ 38 38 --enable-elf-shlibs --disable-evms \ 39 -- host=${LFS_TARGET}</userinput></screen>39 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 40 40 41 41 <variablelist os="e"> -
boot/common/module-init-tools.xml
re8506ae6 rf53b075 28 28 29 29 <screen os="f"><userinput>./configure --prefix=/ \ 30 -- host=${LFS_TARGET}</userinput></screen>30 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/multilib/module-init-tools.xml
re8506ae6 rf53b075 28 28 29 29 <screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \ 30 -- host=${LFS_TARGET}</userinput></screen>30 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/ppc64/e2fsprogs.xml
re8506ae6 rf53b075 56 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ 57 57 --enable-elf-shlibs --disable-evms \ 58 -- host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>58 --build=${LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/x86/grub-build.xml
re8506ae6 rf53b075 40 40 41 41 <screen os="aa"><userinput>./configure --prefix=/usr \ 42 -- host=${LFS_TARGET}</userinput></screen>42 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/x86_64/grub-build.xml
re8506ae6 rf53b075 32 32 33 33 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/usr \ 34 -- host=${LFS_TARGET}</userinput></screen>34 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.