aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-02 22:20:47 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-02 22:20:47 +0000
commitd27a27bee96bda9893300fa12df48f5789d2c0c3 (patch)
treef666572fef02af9d87f2a1538d5128f971fd1a5e /chapter05
parentdec4b0a901b3d9be9eb37bbcec3e06f6c63274ce (diff)
Rephrasing a few lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass2.xml2
-rw-r--r--chapter05/coreutils.xml2
-rw-r--r--chapter05/dejagnu.xml2
-rw-r--r--chapter05/diffutils.xml2
-rw-r--r--chapter05/expect.xml2
-rw-r--r--chapter05/findutils.xml2
-rw-r--r--chapter05/gawk.xml2
-rw-r--r--chapter05/gcc-pass1.xml2
-rw-r--r--chapter05/gcc-pass2.xml2
-rw-r--r--chapter05/gettext.xml2
-rw-r--r--chapter05/glibc.xml2
-rw-r--r--chapter05/grep.xml2
-rw-r--r--chapter05/gzip.xml2
-rw-r--r--chapter05/make.xml2
-rw-r--r--chapter05/ncurses.xml2
-rw-r--r--chapter05/patch.xml2
-rw-r--r--chapter05/sed.xml2
-rw-r--r--chapter05/tar.xml2
-rw-r--r--chapter05/tcl.xml2
-rw-r--r--chapter05/texinfo.xml2
20 files changed, 20 insertions, 20 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml
index adcd0c16b..3bc4ffe24 100644
--- a/chapter05/binutils-pass2.xml
+++ b/chapter05/binutils-pass2.xml
@@ -16,7 +16,7 @@ Estimated required disk space: &binutils-compsize-tools-pass2;</screen>
<screen><userinput>mkdir ../binutils-build
cd ../binutils-build</userinput></screen>
-<para>Now prepare Binutils to be compiled:</para>
+<para>Now prepare Binutils for compilation:</para>
<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/tools/lib</userinput></screen>
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml
index e37456266..09a010c19 100644
--- a/chapter05/coreutils.xml
+++ b/chapter05/coreutils.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &coreutils-compsize-tools;</screen>
<sect2>
<title>Installation of Coreutils</title>
-<para>Prepare Coreutils to be compiled:</para>
+<para>Prepare Coreutils for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index 73218be46..dc37b94de 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &dejagnu-compsize-tools;</screen>
<sect2>
<title>Installation of DejaGnu</title>
-<para>Prepare DejaGnu to be compiled:</para>
+<para>Prepare DejaGnu for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index cbb39c53b..32ed45ce2 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &diffutils-compsize-tools;</screen>
<sect2>
<title>Installation of Diffutils</title>
-<para>Prepare Diffutils to be compiled:</para>
+<para>Prepare Diffutils for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 500cfb5b9..8c7acc7f8 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -20,7 +20,7 @@ Estimated required disk space: &expect-compsize-tools;</screen>
<para>This fixes a bug in Expect that can result in bogus failures during the
GCC test suite run.</para>
-<para>Now prepare Expect to be compiled:</para>
+<para>Now prepare Expect for compilation:</para>
<screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen>
diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml
index 00021490b..19cf03288 100644
--- a/chapter05/findutils.xml
+++ b/chapter05/findutils.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &findutils-compsize-tools;</screen>
<sect2>
<title>Installing Findutils</title>
-<para>Prepare Findutils to be compiled:</para>
+<para>Prepare Findutils for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index 1bb48f384..48c9cb61f 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &gawk-compsize-tools;</screen>
<sect2>
<title>Installation of Gawk</title>
-<para>Prepare Gawk to be compiled:</para>
+<para>Prepare Gawk for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 58cfb6c56..226b67333 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -33,7 +33,7 @@ directory in a dedicated build directory:</para>
<screen><userinput>mkdir ../gcc-build
cd ../gcc-build</userinput></screen>
-<para>Prepare GCC to be compiled:</para>
+<para>Prepare GCC for compilation:</para>
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/tools \
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 0d4d638a7..e6c3557cf 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -72,7 +72,7 @@ cd ../gcc-build</userinput></screen>
<para>Before starting to build GCC, remember to unset any environment
variables that override the default optimization flags.</para>
-<para>Now prepare GCC to be compiled:</para>
+<para>Now prepare GCC for compilation:</para>
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/tools \
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index d2303c663..18a3d57c8 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &gettext-compsize-tools;</screen>
<sect2>
<title>Installation of Gettext</title>
-<para>Prepare Gettext to be compiled:</para>
+<para>Prepare Gettext for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 3077438b4..aa333a2bd 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -50,7 +50,7 @@ directory in a dedicated build directory:</para>
<screen><userinput>mkdir ../glibc-build
cd ../glibc-build</userinput></screen>
-<para>Next, prepare Glibc to be compiled:</para>
+<para>Next, prepare Glibc for compilation:</para>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons \
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 7e2e544a5..f5e06b0df 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &grep-compsize-tools;</screen>
<sect2>
<title>Installation of Grep</title>
-<para>Prepare Grep to be compiled:</para>
+<para>Prepare Grep for compilation:</para>
<screen><userinput>./configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex</userinput></screen>
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml
index 52f875b29..149208f6d 100644
--- a/chapter05/gzip.xml
+++ b/chapter05/gzip.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &gzip-compsize-tools;</screen>
<sect2>
<title>Installation of Gzip</title>
-<para>Prepare Gzip to be compiled:</para>
+<para>Prepare Gzip for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/make.xml b/chapter05/make.xml
index 22cc4c543..6307edb8f 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &make-compsize-tools;</screen>
<sect2>
<title>Installation of Make</title>
-<para>Prepare Make to be compiled:</para>
+<para>Prepare Make for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml
index 9e02eaa4e..658adc0e3 100644
--- a/chapter05/ncurses.xml
+++ b/chapter05/ncurses.xml
@@ -22,7 +22,7 @@ patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen>
the second patch prevents some compiler warnings being issued on the use of
deprecated headers.</para>
-<para>Now prepare Ncurses to be compiled:</para>
+<para>Now prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/tools --with-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada --enable-overwrite</userinput></screen>
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index 7242ac399..fc4e874bf 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &patch-compsize-tools;</screen>
<sect2>
<title>Installation of Patch</title>
-<para>Prepare Patch to be compiled:</para>
+<para>Prepare Patch for compilation:</para>
<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index 88e432ed2..0e202650f 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &sed-compsize-tools;</screen>
<sect2>
<title>Installation of Sed</title>
-<para>Prepare Sed to be compiled:</para>
+<para>Prepare Sed for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 65f3dd19e..50bdd5aba 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &tar-compsize-tools;</screen>
<sect2>
<title>Installation of Tar</title>
-<para>Prepare Tar to be compiled:</para>
+<para>Prepare Tar for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index c7863f457..7f0972857 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -18,7 +18,7 @@ test suites for GCC and Binutils. Installing three packages just for testing
purposes may seem like overkill, but it is very reassuring, if not essential,
to know that our most important tools are working properly.</para>
-<para>Prepare Tcl to be compiled:</para>
+<para>Prepare Tcl for compilation:</para>
<screen><userinput>cd unix
./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 676b06752..eb9fa9ab4 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -13,7 +13,7 @@ Estimated required disk space: &texinfo-compsize-tools;</screen>
<sect2>
<title>Installation of Texinfo</title>
-<para>Prepare Texinfo to be compiled:</para>
+<para>Prepare Texinfo for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>