diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-29 11:30:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-29 11:30:57 +0000 |
commit | 0ba6d531b4f499fa506c807f41ca5d26355333af (patch) | |
tree | fa19aa77f1fae6b904f2ee2773bbce7409e801e9 /chapter06/automake.xml | |
parent | ae0510ab1db8f11772c0f3a14551bf2734eee0fd (diff) |
Upgrade to Automake-1.12. Fixes #3070.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |