Changeset f54b700


Ignore:
Timestamp:
Oct 12, 2008, 8:04:05 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
53ceaca
Parents:
ade72e0
Message:

Add a sed to coreutils to cause it to use the hosts install program instead of the one it just built.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/coreutils.xml

    rade72e0 rf54b700  
    3030    href="../../final-system/common/coreutils.xml"
    3131    xpointer="xpointer(//*[@os='s2'])"/>
     32
     33    <para os="bs1">Coreutils attempts to use the <command>install</command>
     34    program it just built to perform the install. This will not work if the
     35    target architecture is incompatible with the host architecture. The
     36    following command causes the Makefile to use the hosts
     37    <command>install</command> to perform the install:</para>
     38
     39<screen os="bs2"><userinput>sed -i "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in</userinput></screen>
    3240
    3341    <para os="ba">Configure can not properly determine how to get free space
  • BOOK/temp-system/multilib/coreutils.xml

    rade72e0 rf54b700  
    3030    href="../../final-system/common/coreutils.xml"
    3131    xpointer="xpointer(//*[@os='s2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/coreutils.xml"
     35    xpointer="xpointer(//*[@os='bs1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/coreutils.xml"
     39    xpointer="xpointer(//*[@os='bs2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.