aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tcl-inst.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-24 23:48:45 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-24 23:48:45 +0000
commit3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 (patch)
tree00ca4c395161efd86a1874f1c71f0f91d80bf898 /chapter05/tcl-inst.xml
parent978d0bffc413b67ead9db2d2816b916cf3d502ca (diff)
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
Diffstat (limited to 'chapter05/tcl-inst.xml')
-rw-r--r--chapter05/tcl-inst.xml12
1 files changed, 11 insertions, 1 deletions
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:</para>
<para><screen><userinput>TZ=UTC make test</userinput></screen></para>
+<para>The meaning of the make option:</para>
+
+<itemizedlist>
+<listitem><para><userinput>TZ=UTC</userinput>: 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.</para></listitem>
+</itemizedlist>
+
<para>Sometimes, package test suites will give false failures. You can
consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
to verify that these failures are normal. This applies to all tests
@@ -32,7 +42,7 @@ throughout the book.</para>
<para><screen><userinput>make install</userinput></screen></para>
-<para>Make a link:</para>
+<para>Make a necessary symbolic link:</para>
<para><screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen></para>
<caution><para>Do not remove the