diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 2 | ||||
-rw-r--r-- | chapter05/expect.xml | 2 | ||||
-rw-r--r-- | chapter05/gettext.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index b88edaebc..ca8e5b8f7 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -68,7 +68,7 @@ cd ../binutils-build</userinput></screen> </note> <note><para>The approximate build SBU values and required disk space - in Chapter 5 does not include testsuite data.</para></note> + in Chapter 5 does not include test suite data.</para></note> <para>Now prepare Binutils for compilation:</para> diff --git a/chapter05/expect.xml b/chapter05/expect.xml index db7857acc..108edacdf 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -49,7 +49,7 @@ <para>Next, force Expect's configure script to use <filename>/bin/stty</filename> instead of a <filename>/usr/local/bin/stty</filename> it may find on the host system. - This will ensure that our testsuite tools remain sane for the final builds of our + This will ensure that our test suite tools remain sane for the final builds of our toolchain:</para> <screen><userinput remap="pre">cp -v configure{,.orig} diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index d431a93ae..5a5d89cf3 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -70,8 +70,8 @@ make -C src msgfmt</userinput></screen> <para>As only one binary has been compiled, it is not possible to run the - testsuite without compiling additional support libraries from the Gettext - package. It is therefore not recommended to attempt to run the testsuite at + test suite without compiling additional support libraries from the Gettext + package. It is therefore not recommended to attempt to run the test suite at this stage.</para> <para>Install the <command>msgfmt</command> binary:</para> |