Changeset 9e7e74c in clfs-sysroot for BOOK/final-system/common/coreutils.xml


Ignore:
Timestamp:
Jul 9, 2009, 8:31:40 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0818107
Parents:
b604539
Message:

Updated Coreutils to 7.4.

File:
1 edited

Legend:

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

    rb604539 r9e7e74c  
    4141<screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen>
    4242
    43     <para os="s1">Coreutils attempts to use the <command>install</command>
    44     program it just built to perform the install. This will not work if the
    45     target architecture is incompatible with the host architecture. The
    46     following command causes the Makefile to use the host's
    47     <command>install</command> to perform the install:</para>
    48 
    49 <screen os="s2"><userinput>cp -v src/Makefile.in{,.orig}
    50 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    51 
    5243    <para os="a">Configure can not properly determine how to get free space
    5344    when cross-compiling - as a result, the <command>df</command> program will
     
    5748<screen os="b"><userinput>cat &gt; config.cache &lt;&lt; EOF
    5849fu_cv_sys_stat_statfs2_bsize=yes
     50gl_cv_func_rename_trailing_slash_bug=no
    5951gl_cv_func_mbrtowc_incomplete_state=yes
    6052gl_cv_func_mbrtowc_nul_retval=yes
Note: See TracChangeset for help on using the changeset viewer.