Changeset 4049

Show
Ignore:
Timestamp:
10/12/08 15:04:05 (3 months ago)
Author:
jciccone
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/temp-system/common/coreutils.xml

    r4012 r4049  
    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 
  • trunk/BOOK/temp-system/multilib/coreutils.xml

    r3931 r4049  
    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"