diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-12-11 00:08:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-12-11 00:08:15 +0000 |
commit | 9f3c264e7c4b780161c70e899c09084bc1c400bd (patch) | |
tree | d70f4019227a218d21ed4ffb6267ca6d13d43e08 /chapter05 | |
parent | d5a25a88b52a15297d7585241742ab79c6819d5b (diff) |
Update to linux-4.8.14.
Update to grep-2.27.
Add a note about a false Error in texinfo configure phase in Chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/texinfo.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml index 032243b84..3e5ecfaef 100644 --- a/chapter05/texinfo.xml +++ b/chapter05/texinfo.xml @@ -47,6 +47,12 @@ <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> + <note> + <para>As part of the configure process, a test is made that indicates an + error for TestXS_la-TestXS.lo. This is not relevant for LFS and should be + ignored.</para> + </note> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |