Changeset 528da83 for BOOK/boot


Ignore:
Timestamp:
Jun 29, 2006, 4:07:12 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
048409c
Parents:
6c32364
Message:

r4179@server: jim | 2006-06-29 16:03:00 -0700

Updated Temp-System and Boot builds to be more
consistant. Added --build=${LFS_HOST}, where possible.


Location:
BOOK/boot
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r6c32364 r528da83  
    3737<screen os="aa"><userinput>../configure --prefix=/tools \
    3838    --enable-elf-shlibs --disable-evms \
    39     --host=${LFS_TARGET}</userinput></screen>
     39    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    4040
    4141    <variablelist os="e">
  • BOOK/boot/common/module-init-tools.xml

    r6c32364 r528da83  
    2828
    2929<screen os="f"><userinput>./configure --prefix=/ \
    30     --host=${LFS_TARGET}</userinput></screen>
     30    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/module-init-tools.xml

    r6c32364 r528da83  
    2828
    2929<screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \
    30    --host=${LFS_TARGET}</userinput></screen>
     30   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    r6c32364 r528da83  
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    5757--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>
    5959
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86/grub-build.xml

    r6c32364 r528da83  
    4040
    4141<screen os="aa"><userinput>./configure --prefix=/usr \
    42    --host=${LFS_TARGET}</userinput></screen>
     42   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86_64/grub-build.xml

    r6c32364 r528da83  
    3232
    3333<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>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.