diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-23 00:53:52 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-23 00:53:52 +0000 |
commit | 297d8ee0041c118183861ef324a76c9a91d87350 (patch) | |
tree | 41af5da1fe5ec213ec2ca10348fffa80e37cccdc /chapter06 | |
parent | 7e52d2be99c931316c57841e40e07010b69aa29b (diff) |
More toolchain textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index 9ce7dbb8c..6b93bc2cc 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -2,7 +2,7 @@ <sect2><title>Installation of Binutils</title> -<note><para>The test suite for Binutils in this chapter is considered +<note><para>The test suite for Binutils in this section is considered <emphasis>critical</emphasis>. Do not skip it under any circumstances.</para> </note> diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 63d6383c4..0098bf8df 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of GCC</title> -<note><para>The test suite for GCC in this chapter is considered <emphasis> +<note><para>The test suite for GCC in this section is considered <emphasis> critical</emphasis>. Do not skip it under any circumstances.</para></note> <para>This package is known to behave badly when you have changed its diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 61a37a25a..add173582 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -9,7 +9,7 @@ at <filename>/tools</filename>. We cannot adjust the specs and linker before 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 chapter is considered <emphasis> +<note><para>The test suite for Glibc in this section is considered <emphasis> critical</emphasis>. Do not skip it under any circumstances.</para></note> <para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads |