diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-06-25 00:41:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-06-25 00:41:59 +0000 |
commit | 936b292a2d72ecb27f6e061d30e0952335c4cc39 (patch) | |
tree | bc7c761b377338eda2806bc4fa3765cf93d29846 /chapter06/automake.xml | |
parent | dc9064efb487fce2a2c2cbcf1cf888c4e6eab91f (diff) |
Update automake, kernel, e2fsprogs, and man-db
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 53ea72496..f91469d8c 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -50,7 +50,8 @@ <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.</para></note> + the tests is not recommended. At least one test (of over 3000) is + known to intermittently fail.</para></note> <para>To test the results, issue:</para> |