diff options
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r-- | chapter08/tcl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 1df22b81c..72e8f9b43 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -114,6 +114,14 @@ unset SRCDIR</userinput></screen> <screen><userinput remap="test">make test</userinput></screen> + <note> + <para> + In the test results there are several places associated with clock.test + that indicate a failure, but the summary at the end indicates no + failures. clock.test passes on a complete LFS system. + </para> + </note> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |