Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter07/bison.xml

    rd4fdde6 r37e35d2  
    2626
    2727    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    28     href="../chapter06/bison.xml"
     28    href="../chapter08/bison.xml"
    2929    xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
    3030
     
    3434
    3535      <seglistitem>
    36         <seg>&bison-ch5-sbu;</seg>
    37         <seg>&bison-ch5-du;</seg>
     36        <seg>&bison-tmp-sbu;</seg>
     37        <seg>&bison-tmp-du;</seg>
    3838      </seglistitem>
    3939    </segmentedlist>
     
    4646    <para>Prepare Bison for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
     48<screen><userinput remap="configure">./configure --prefix=/usr \
     49            --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
     50
     51    <variablelist>
     52      <title>The meaning of the new configure option:</title>
     53
     54      <varlistentry>
     55        <term><parameter>--docdir=/usr/share/doc/bison-&bison-version;</parameter></term>
     56        <listitem>
     57          <para>This tells the build system to install bison documentation
     58          into a versioned directory.</para>
     59        </listitem>
     60      </varlistentry>
     61
     62    </variablelist>
    4963
    5064    <para>Compile the package:</para>
    5165
    5266<screen><userinput remap="make">make</userinput></screen>
    53 
    54     <para>To test the results, issue:</para>
    55 
    56 <screen><userinput remap="test">make check</userinput></screen>
    5767
    5868    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.