Fix order of bison and flex needed by new flex version

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-11-18 21:14:36 +00:00
parent 3a2c3cd808
commit e074bae6e2
3 changed files with 8 additions and 2 deletions

View File

@ -772,7 +772,7 @@
<segtitle>&testsuites;</segtitle>
<seglistitem>
<seg>Bison (suppressed) and Gawk</seg>
<seg>Bison and Gawk</seg>
</seglistitem>
</segmentedlist>

View File

@ -52,9 +52,15 @@
<screen><userinput remap="make">make</userinput></screen>
<!--
<para>To test the results (about 2.2 SBU), issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
-->
<para>There is a circular dependency between bison and flex with regard to
the checks. If desired, after installing flex in the next section, the
bison checks can be run with <command>make check</command>.</para>
<para>Install the package:</para>

View File

@ -44,8 +44,8 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>