aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison.xml
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 /chapter06/bison.xml
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
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r--chapter06/bison.xml6
1 files changed, 6 insertions, 0 deletions
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>