Changeset ce63632


Ignore:
Timestamp:
Oct 20, 2006, 11:10:30 AM (18 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:
19d6174
Parents:
87dc1ad
Message:

Removed obsolete command from temp-system bash

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    r87dc1ad rce63632  
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
    33     <para os="c1">Remove a test that causes the build to fail:</para>
    34 
    35 <screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
    36 
    37     <para os="c3">When bash is cross-compiled, it cannot test for the presence
     33    <para os="c1">When bash is cross-compiled, it cannot test for the presence
    3834    of named pipes. If you used <command>su</command> to become an unprivileged
    3935    user, this combination will cause Bash to build without <emphasis>process
     
    4238    </para>
    4339
    44 <screen os="c4"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
     40<screen os="c2"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
    4541
    4642    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/bash.xml

    r87dc1ad rce63632  
    3838    href="../common/bash.xml"
    3939    xpointer="xpointer(//*[@os='c2'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    42     href="../common/bash.xml"
    43     xpointer="xpointer(//*[@os='c3'])"/>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    46     href="../common/bash.xml"
    47     xpointer="xpointer(//*[@os='c4'])"/>
    4840
    4941    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.