diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 03:38:15 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 03:38:15 +0000 |
commit | 7e602eabe602030b09e5d299f8c7e5c2a751081b (patch) | |
tree | f54e772e160681a99c859ebe4e1f691aaa147e15 /chapter06/glibc-inst.xml | |
parent | 72b845e68138e36852a54b46657f8db376c73e12 (diff) |
Chapter 6 - Clarify remaining PTY issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 153980aac..7829f9d56 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -10,7 +10,8 @@ the Glibc install, because the Glibc autoconf tests would then give bogus results and thus defeat our goal of achieving a clean build.</para> <note><para>The test suite for Glibc in this section is considered <emphasis> -critical</emphasis>. Do not skip it under any circumstances.</para></note> +critical</emphasis>. Our advice is to not skip it under any +circumstances.</para></note> <para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads again inside the <filename>glibc-&glibc-version;</filename> directory, and to |