Ignore:
Timestamp:
Jul 2, 2009, 4:42:58 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
47baed6
Parents:
536f7b0
Message:

Text updates

File:
1 edited

Legend:

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

    r536f7b0 r58598c1  
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
    33     <para os="t1">When bash is cross-compiled, it cannot test for the presence
    34     of named pipes, amoung other things. If you used <command>su</command> to
     33    <para os="t1">When Bash is cross-compiled, it cannot test for the presence
     34    of named pipes, among other things. If you used <command>su</command> to
    3535    become an unprivileged user, this combination will cause Bash to build
    3636    without <emphasis>process substitution</emphasis>, which will break one
    37     of the c++ test scripts in <literal>glibc</literal>. The following prevents
    38     future problems by skipping tests that can not run while cross-compiling
    39     or that do not run properly:</para>
     37    of the C++ test scripts in <literal>eglibc</literal>. The following prevents
     38    future problems by skipping the check for named pipes, as well as other
     39    tests that can not run while cross-compiling or that do not run properly:</para>
    4040
    4141<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.