Changeset f53b075 for boot/common


Ignore:
Timestamp:
Jun 29, 2006, 4:07:12 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
7d6c53c
Parents:
e8506ae6
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:
boot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/common/e2fsprogs.xml

    re8506ae6 rf53b075  
    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">
  • boot/common/module-init-tools.xml

    re8506ae6 rf53b075  
    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"
Note: See TracChangeset for help on using the changeset viewer.