From 7f1fcd89bbc057b79fb7316f08d69b14c349becb Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 24 Oct 2003 17:28:42 +0000 Subject: Adding several cross reference tags. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter05/tcl-inst.xml') diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 1bd470550..c70070bf5 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -18,11 +18,11 @@ to know that our most important tools are working properly. make This package has a test suite available which can perform a number of -checks to ensure it built correctly. However, the Tcl test suite here in -Chapter 5 is known to experience failures under certain host conditions that -are not fully understood. Therefore, test suite failures here are not -surprising, but are not considered critical. Should you choose to run the test -suite, the following command will do so: +checks to ensure it built correctly. However, the Tcl test suite in this +chapter is known to experience failures under certain host conditions that are +not fully understood. Therefore, test suite failures here are not surprising, +but are not considered critical. Should you choose to run the test suite, the +following command will do so: TZ=UTC make test @@ -33,7 +33,7 @@ suite, the following command will do so: Coordinated Universal Time (UTC) also known as Greenwich Mean Time (GMT), but only for the duration of the test suite run. This ensures the clock tests are exercised correctly. More information on the TZ environment variable is -available later on in Chapter 7. +available later on in . Sometimes, package test suites will give false failures. You can -- cgit v1.2.3-54-g00ecf