Changeset 3cf26f7 in clfs-sysroot for BOOK/final-system/common


Ignore:
Timestamp:
Nov 7, 2006, 3:23:40 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
713696e
Parents:
c0cd0ca
Message:

Removed unneeded quotes from the perl instructions.
ac_cv_func_setvbuf_reversed no longer needs to be put into the config.cache for coreutils.

File:
1 edited

Legend:

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

    rc0cd0ca r3cf26f7  
    4646<screen os="ab"><userinput>touch man/uname.1</userinput></screen>
    4747
    48     <para os="a">Configure doesn't properly handle the following tests
    49     when cross-compiling:</para>
    50 
    51 <screen os="b"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" &gt; config.cache
    52 echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt;&gt; config.cache</userinput></screen>
     48    <para os="a">Configure can not properly determine how to get free space
     49    when cross-compiling, Without putting the following entry into
     50    <filename>config.cache</filename> the <command>df</command> program will
     51    not be built.</para>
     52
     53<screen os="b"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt; config.cache</userinput></screen>
    5354
    5455    <para os="c">Now prepare Coreutils for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.