aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-18 21:14:36 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-18 21:14:36 +0000
commite074bae6e2dc48a7fe26b7df35a82e96716ecb93 (patch)
tree85c2463e1e53c4b8b96557fa4ecbfd9be78274c3
parent3a2c3cd8087466de3e042f29229064c001c4c11f (diff)
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
-rw-r--r--appendices/dependencies.xml2
-rw-r--r--chapter06/bison.xml6
-rw-r--r--chapter06/chapter06.xml2
3 files changed, 8 insertions, 2 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 519e109ce..3a6cfd174 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -772,7 +772,7 @@
<segtitle>&testsuites;</segtitle>
<seglistitem>
- <seg>Bison (suppressed) and Gawk</seg>
+ <seg>Bison and Gawk</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 8087dbc44..79f556d66 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -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>
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 1a09c3b17..765b916ef 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -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"/>