Ignore:
Timestamp:
Feb 20, 2009, 7:37:50 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f6f0d18
Parents:
987e04d7
Message:

Updated Bash 4.0

File:
1 edited

Legend:

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

    r987e04d7 r663f8a7  
    2323    <title>Installation of Bash</title>
    2424
     25<!--
    2526    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2627    href="../../final-system/common/bash.xml"
     
    3031    href="../../final-system/common/bash.xml"
    3132    xpointer="xpointer(//*[@os='p2'])"/>
     33-->
    3234
    33     <para os="c1">When bash is cross-compiled, it cannot test for the presence
     35    <para os="t1">When bash is cross-compiled, it cannot test for the presence
    3436    of named pipes, amoung other things. If you used <command>su</command> to
    3537    become an unprivileged user, this combination will cause Bash to build
     
    3941    or that do not run properly:</para>
    4042
    41 <screen os="c2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     43<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
    4244ac_cv_func_mmap_fixed_mapped=yes
    4345ac_cv_func_strcoll_works=yes
     
    5658    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5759    href="../../final-system/common/bash.xml"
    58     xpointer="xpointer(//*[@os='g'])"/>
     60    xpointer="xpointer(//*[@os='a'])"/>
    5961
    60 <screen os="h"><userinput>./configure --prefix=/tools \
     62<screen os="b"><userinput>./configure --prefix=/tools \
    6163    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    6264    --without-bash-malloc --cache-file=config.cache</userinput></screen>
    6365
    64     <variablelist os="ad">
     66    <variablelist os="c">
    6567      <title>The meaning of the configure option:</title>
    6668
     
    7981    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8082    href="../../final-system/common/bash.xml"
    81     xpointer="xpointer(//*[@os='j'])"/>
     83    xpointer="xpointer(//*[@os='d'])"/>
    8284
    8385    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8486    href="../../final-system/common/bash.xml"
    85     xpointer="xpointer(//*[@os='k'])"/>
     87    xpointer="xpointer(//*[@os='e'])"/>
    8688
    8789    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8890    href="../../final-system/common/bash.xml"
    89     xpointer="xpointer(//*[@os='m'])"/>
     91    xpointer="xpointer(//*[@os='g'])"/>
    9092
    91 <screen os="n"><userinput>make install</userinput></screen>
     93<screen os="h"><userinput>make install</userinput></screen>
    9294
    93     <para os="ae">Make a link for programs that use <command>sh</command> for
     95    <para os="t3">Make a link for programs that use <command>sh</command> for
    9496    a shell:</para>
    9597
    96 <screen os="af"><userinput>ln -sv bash /tools/bin/sh</userinput></screen>
     98<screen os="t4"><userinput>ln -sv bash /tools/bin/sh</userinput></screen>
    9799
    98100  </sect2>
Note: See TracChangeset for help on using the changeset viewer.