diff options
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 109da7059..9458c6647 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -49,6 +49,11 @@ <screen><userinput remap="make">make</userinput></screen> + <para>Fix a couple of minor bugs in the test suite:</para> + +<screen><userinput remap="pre">sed -i -e "s/yacc/lex/" t/lex-clean.sh +sed -i -e "s/cc/'non-root cc'/" t/dist-readonly.sh</userinput></screen> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> |