diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-17 01:37:37 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-17 01:37:37 +0000 |
commit | 443cace8ce11238d6509c09ba9f3d7f7901d2d4b (patch) | |
tree | 59a6342f69e5a56a69b66b0e23d4311022947a95 /chapter05/tcl.xml | |
parent | b05a83179d382145b6c1c8ae566870fac5ed84cb (diff) |
Implemented changes to make the running of the Chapter 5 test
suites strictly optional i.e. the default action for the
average reader is to not run them. Closes 719.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 68336d979..73d080f4c 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -18,7 +18,10 @@ Estimated required disk space: &tcl-compsize-tools;</screen> <para>This package and the next two are only installed to be able to run the 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> +to know that our most important tools are working properly. Even if you are +not running the test suites here in this chapter as per our recommendation, +these packages are still required for the test suites in the next +chapter.</para> <para>Prepare Tcl for compilation:</para> |