Ignore:
Timestamp:
03/31/2021 10:41:35 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
1803e9b
Parents:
e9d172b
git-author:
Thomas Trepl <thomas@…> (06/05/2019 03:37:03 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:35 AM)
Message:

Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    re9d172b r9bfc37b  
    4141    <title>Installation of Bison</title>
    4242
     43    <para>First, fix a build problem with the current version:</para>
     44
     45<screen><userinput remap="pre">sed -i '6855 s/mv/cp/' Makefile.in</userinput></screen>
     46
    4347    <para>Prepare Bison for compilation:</para>
    4448
    4549<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
    4650
    47     <para>Compile the package:</para>
     51    <para>Compile the package, but work around a race condition in the
     52    current version:</para>
    4853
    49 <screen><userinput remap="make">make</userinput></screen>
     54<screen><userinput remap="make">make -j1</userinput></screen>
    5055
    5156<!--
Note: See TracChangeset for help on using the changeset viewer.