Changeset 27d97b0e for BOOK/final-system


Ignore:
Timestamp:
Feb 21, 2006, 1:39:03 AM (18 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:
4a93072
Parents:
b562af6
Message:

r869@server (orig r867): jim | 2005-12-07 13:30:00 -0800

r1009@server: jim | 2005-12-07 13:20:43 -0800
Upgraded to Bash 3.0.16


Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    rb562af6 r27d97b0e  
    4040sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    4141    Makefile.in</userinput></screen>
    42 
    43     <para os="c">The following patch fixes various issues, including a problem where
    44     Bash will sometimes only show 33 characters on a line, then wrap to the
    45     next:</para>
    46 
    47 <screen os="d"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    48 
    49     <para os="e">Bash also has an issue when compiled against newer versions of Glibc.
    50     The following patch resolves this problem:</para>
    51 
    52 <screen os="f"><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    5342
    5443    <para os="g">Prepare Bash for compilation:</para>
  • BOOK/final-system/multilib/bash.xml

    rb562af6 r27d97b0e  
    2929    href="../common/bash.xml"
    3030    xpointer="xpointer(//*[@os='b'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/bash.xml"
    34     xpointer="xpointer(//*[@os='c'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/bash.xml"
    38     xpointer="xpointer(//*[@os='d'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/bash.xml"
    42     xpointer="xpointer(//*[@os='e'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/bash.xml"
    46     xpointer="xpointer(//*[@os='f'])"/>
    4731
    4832    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.