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/final-system/multilib/bash.xml

    r987e04d7 r663f8a7  
    2222    <title>Installation of Bash</title>
    2323
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../common/bash.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/bash.xml"
    30     xpointer="xpointer(//*[@os='b'])"/>
    31 
     24<!--
    3225    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3326    href="../common/bash.xml"
     
    3730    href="../common/bash.xml"
    3831    xpointer="xpointer(//*[@os='p2'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/bash.xml"
    42     xpointer="xpointer(//*[@os='p3'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/bash.xml"
    46     xpointer="xpointer(//*[@os='p4'])"/>
     32-->
    4733
    4834    <para os="m1">The following sed points configure towards the correct
     
    5339    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5440    href="../common/bash.xml"
     41    xpointer="xpointer(//*[@os='a'])"/>
     42
     43<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     44    ./configure --prefix=/usr --bindir=/bin \
     45    --without-bash-malloc --with-installed-readline</userinput></screen>
     46
     47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     48    href="../common/bash.xml"
     49    xpointer="xpointer(//*[@os='c'])"/>
     50
     51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     52    href="../common/bash.xml"
     53    xpointer="xpointer(//*[@os='d'])"/>
     54
     55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     56    href="../common/bash.xml"
     57    xpointer="xpointer(//*[@os='e'])"/>
     58
     59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     60    href="../common/bash.xml"
     61    xpointer="xpointer(//*[@os='f'])"/>
     62
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     64    href="../common/bash.xml"
    5565    xpointer="xpointer(//*[@os='g'])"/>
    5666
    57 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    58     ./configure --prefix=/usr --bindir=/bin \
    59     --without-bash-malloc --with-installed-readline</userinput></screen>
     67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     68    href="../common/bash.xml"
     69    xpointer="xpointer(//*[@os='h'])"/>
    6070
    6171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7181    xpointer="xpointer(//*[@os='k'])"/>
    7282
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    74     href="../common/bash.xml"
    75     xpointer="xpointer(//*[@os='l'])"/>
    76 
    77     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    78     href="../common/bash.xml"
    79     xpointer="xpointer(//*[@os='m'])"/>
    80 
    81     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    82     href="../common/bash.xml"
    83     xpointer="xpointer(//*[@os='n'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    86     href="../common/bash.xml"
    87     xpointer="xpointer(//*[@os='o'])"/>
    88 
    89     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    90     href="../common/bash.xml"
    91     xpointer="xpointer(//*[@os='p'])"/>
    92 
    93     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    94     href="../common/bash.xml"
    95     xpointer="xpointer(//*[@os='q'])"/>
    96 
    9783  </sect2>
    9884
Note: See TracChangeset for help on using the changeset viewer.