Changeset 0be020f for chapter08/bash.xml


Ignore:
Timestamp:
12/28/2020 08:33:15 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
3e73c5d
Parents:
f6193295
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    rf6193295 r0be020f  
    4141    <title>Installation of Bash</title>
    4242
    43     <para>Incorporate some upstream fixes:</para>
     43    <para>First, fix a race condition if using multiple cores:</para>
    4444
    45 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
     45<screen><userinput remap="pre">sed -i  '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in</userinput></screen>
    4646
    4747    <para>Prepare Bash for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.