Ignore:
Timestamp:
12/25/2019 02:21:00 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
3a41eec
Parents:
f0b6f13
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    rf0b6f13 rb1e9fd41  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bison</title>
    42 
     42<!--
    4343    <para>First, fix a build problem with the current version:</para>
    4444
    4545<screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen>
    46 
     46-->
    4747    <para>Prepare Bison for compilation:</para>
    4848
    4949<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
    5050
     51<!--  I could not find a race condidtion in the current version.
    5152    <para>Compile the package, but work around a race condition in the
    5253    current version:</para>
    5354
    54 <screen><userinput remap="make">make -j1</userinput></screen>
     55<screen><userinput remap="make">make -j1</userinput></screen>-->
     56
     57    <para>Compile the package:</para>
     58
     59<screen><userinput remap="make">make</userinput></screen>
    5560
    5661<!--
Note: See TracChangeset for help on using the changeset viewer.