aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2009-05-24 18:09:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2009-05-24 18:09:10 +0000
commit550f9f4b23caa50e6b70b0a6798611043b8ca73a (patch)
tree7d0e173ea0198ac2c41fde5e4bbec376bff3e51d /chapter05/gcc-pass2.xml
parenta094de302766026951668572a1c7ad5b6e35b49a (diff)
Minor edit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index f2cdb0bd5..ff31b3b4d 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -57,8 +57,8 @@
is run in order to fix potentially broken header files. As GCC-&gcc-version;
and Glibc-&glibc-version; have already been installed at this point, and
their respective header files are known to not require fixing, the
- <command>fixincludes</command> script is not required. As mentioned
- previously, the script may in fact pollute the build environment by
+ <command>fixincludes</command> script is not required. In fact, running
+ this script may actually pollute the build environment by
installing fixed headers from the host system into GCC's private include
directory. The running of the <command>fixincludes</command> script can
be suppressed by issuing the following commands:</para>