From fe6ca49e2b1ba60895c1e33ffdf2d5e119eb21d3 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 18 Jul 2009 12:42:44 +0000 Subject: Apply a few text updates from Chris Staub. Fixes #2442. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 6 +++--- chapter05/perl.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 8d8608c63..cd2d53195 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -210,9 +210,9 @@ cd ../gcc-build --disable-bootstrap - For native builds of GCC, the default is to a "bootstrap" build. - This does not just compile GCC, but compiles it several times. It - uses the programs compiled in a first round to compile itself a + For native builds of GCC, the default is to do a "bootstrap" + build. This does not just compile GCC, but compiles it several times. + It uses the programs compiled in a first round to compile itself a second time, and then again a third time. The second and third iterations are compared to make sure it can reproduce itself flawlessly. This also implies that it was compiled correctly. diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 7483b65ef..2a3d6fda6 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,8 +43,8 @@ Installation of Perl - First apply a series of patches to address security issues and adapt some - hard-wired paths to the C library by applying the following patch: + First apply the following patch to address security issues and adapt + some hard-wired paths to the C library: patch -Np1 -i ../&perl-consolidated-patch; -- cgit v1.2.3-54-g00ecf