Changeset 6856842 for chapter06/bash.xml


Ignore:
Timestamp:
12/16/2005 04:06:59 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
d663c90
Parents:
48553c1
Message:

Bring alphabetical branch up-to-speed with trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r48553c1 r6856842  
    3535sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    3636    Makefile.in</userinput></screen>
    37 
    38 <para>The following patch fixes various issues, including a problem where Bash
    39 will sometimes only show 33 characters on a line, then wrap to the next:</para>
    40 
    41 <screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    42 
    43 <para>Bash also has issues when compiled against newer versions of Glibc.  The
    44 following patch resolves this problem:</para>
    45 
    46 <screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    4737
    4838<para>Prepare Bash for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.