diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-12-21 21:42:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-12-21 21:42:05 +0000 |
commit | b2f3f15a09c2558f71a1a873a8204cc3da027368 (patch) | |
tree | 5b1c2c4bb61cfee2f7cae1f1967cb6e7b7297ad0 /chapter06/automake.xml | |
parent | ed3be61026678484edf9e7d6344799388b8ca41a (diff) |
Update to gcc-6.3.0.
Update to gmp-6.1.2.
Update to iproute2-4.9.0.
Update to man-pages-4.09.
Update to man-db-2.7.6.1.
Update to linux-4.9.
Update to eudev-3.2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 115f311bf..f0905fd84 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -62,6 +62,8 @@ <screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh make -j4 check</userinput></screen> + <para>Three tests are known ot fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |