diff options
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter06/bison.xml | 6 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 |
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"/> |