Ignore:
Timestamp:
06/05/2019 03:37:03 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
5d327ae
Parents:
530d929
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

    r530d929 rd8a8713  
    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.