diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 6 |
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> |