From 3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 24 Sep 2003 23:48:45 +0000 Subject: Next batch of fixes for Bug 675 - missing command descriptions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl-inst.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'chapter05/tcl-inst.xml') diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index db8bf811d..cb59f3e86 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -23,6 +23,16 @@ following command will do so: TZ=UTC make test +The meaning of the make option: + + +TZ=UTC: This sets the time zone to +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. + + Sometimes, package test suites will give false failures. You can consult the LFS Wiki at to verify that these failures are normal. This applies to all tests @@ -32,7 +42,7 @@ throughout the book. make install -Make a link: +Make a necessary symbolic link: ln -s tclsh8.4 /tools/bin/tclsh Do not remove the -- cgit v1.2.3-54-g00ecf