diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-08-21 20:17:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-08-21 20:17:26 +0000 |
commit | 184ff2a7689b3c23e3ee4acae48ccde933804949 (patch) | |
tree | 8c9a5106622304870283316feb3b5a0f5f50e39c /chapter06/automake.xml | |
parent | f5250e60888e217deba516370fca1389213a33b2 (diff) |
Add a patch to fix an intermittent test failure in Automake.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10323 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 02f8022f2..bf48527a1 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Automake</title> + <para>Fix an intermittent test failure:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen> + <para>Prepare Automake for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen> @@ -49,9 +53,7 @@ <screen><userinput remap="make">make</userinput></screen> - <note><para>The tests take a very long time: over 30 SBUs. Running - the tests is not recommended. At least one test (of over 3000) is - known to intermittently fail.</para></note> + <note><para>The tests take a very long time: over 30 SBUs.</para></note> <para>To test the results, issue:</para> |