diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-13 00:44:44 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-13 00:44:44 +0000 |
commit | 1b62790af7915536db6f92ccbf7b111e88360124 (patch) | |
tree | 14135590c051165fa3fa56a1dd83868bb1ca9823 /chapter05/gettext-inst.xml | |
parent | 7b971cfa25e52d59240ff3c25ec8578c7cf36609 (diff) |
Add clarifying notes for Chapter 5 test suites of Tcl, Expect and Gettext.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r-- | chapter05/gettext-inst.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index 75919481b..0d6c1f9da 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -13,10 +13,11 @@ <para>This package has a test suite available which can perform a number of checks to ensure it built correctly. However, the Gettext test suite here in -Chapter 5 is known to cause problems if for instance it finds a Java compiler -on the host. It also takes a very long time to run and is considered not -critical to the success of the overall build. We therefore recommend not to run -it here. Should you choose to run it, the following command will do so:</para> +Chapter 5 is known to experience failures under certain host conditions -- for +example, if it finds a Java compiler on the host. The Gettext test suite takes +a very long time to run and is not considered critical. Therefore, we don't +recommend running it here. Should you choose to run it, the following command +will do so:</para> <screen><userinput>make check</userinput></screen> |