diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-11 04:23:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-11 04:23:55 +0000 |
commit | ee321a46882b7583b2b831b87e6afce2e5652a6d (patch) | |
tree | 257a0cbd48c0eb5bc12154e8f3a81c16376d02db /chapter05/tcl.xml | |
parent | 1c2d2089a5ccbf5ba6099960bafa077c0ad0b3f8 (diff) |
Added Check-1.2.0 library to Chapter 5.
Updated errordiscussion in glibc.
Added a fix for locale issues in gcc.
Incorporated Check library into libpipeline test.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 20ad0ced4..8384b5ea0 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -40,13 +40,13 @@ <sect2 role="installation"> <title>Installation of Tcl</title> - <para>This package and the next two (Expect and DejaGNU) are installed - to support running the test suites for GCC and Binutils. Installing - three packages for testing purposes may seem excessive, but it is very - reassuring, if not essential, to know that the most important tools are - working properly. Even if the test suites are not run in this chapter - (they are not mandatory), these packages are required to run the test - suites in <xref linkend="chapter-building-system"/>.</para> + <para>This package and the next three (Expect, DejaGNU, and Check) are + installed to support running the test suites for GCC and Binutils and other + packages. Installing four packages for testing purposes may seem + excessive, but it is very reassuring, if not essential, to know that the + most important tools are working properly. Even if the test suites are not + run in this chapter (they are not mandatory), these packages are required + to run the test suites in <xref linkend="chapter-building-system"/>.</para> <para>Prepare Tcl for compilation:</para> |