From 1fa0f19f2849ad16d8693f48321e312fadc24c84 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Nov 2008 21:44:06 +0000 Subject: Changed wording introducing test suites in Chapter 5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter03/introduction.xml | 2 +- chapter05/bash.xml | 17 ++++++++++------- chapter05/coreutils.xml | 4 +++- chapter05/expect.xml | 4 +++- chapter05/findutils.xml | 4 +++- chapter05/gawk.xml | 17 ++++++++++------- chapter05/grep.xml | 4 +++- chapter05/gzip.xml | 4 +++- chapter05/m4.xml | 4 +++- chapter05/make.xml | 4 +++- chapter05/sed.xml | 4 +++- chapter05/tar.xml | 4 +++- chapter05/tcl.xml | 6 ++++-- chapter05/texinfo.xml | 4 +++- general.ent | 4 ++-- 16 files changed, 66 insertions(+), 29 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bcf350f86..43c307aba 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ --> + + 2008-11-05 + + + [bdubbs] - Changed wording introducing test suites in Chapter 5. + + + + 2008-10-31 diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 883cbc2ba..18874becb 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -24,7 +24,7 @@ url="http://www.google.com/"/>) provides a useful search engine for most packages. If this search is unsuccessful, try one of the alternative means of downloading discussed at . + url="&lfs-root;lfs/packages.html#packages"/>. Downloaded packages and patches will need to be stored somewhere that is conveniently available throughout the entire build. A working diff --git a/chapter05/bash.xml b/chapter05/bash.xml index b887a26d9..195577380 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -67,12 +67,12 @@ - ac_cv_func_working_mktime=yes - - This parameter bypasses the search for mktime in configure - and uses the version in glibc. The is necessary due to a change in - gcc that has not been incorporated into this package yet. - + ac_cv_func_working_mktime=yes + + This parameter bypasses the search for mktime in configure + and uses the version in glibc. The is necessary due to a change in + gcc that has not been incorporated into this package yet. + @@ -81,7 +81,10 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Bash test suite anyway, issue the following command: + make tests diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 61bf658cb..e901a2949 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -70,7 +70,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Coreutils test suite anyway, issue the following command: make RUN_EXPENSIVE_TESTS=yes check diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 7d389f448..5e54450fc 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -101,7 +101,9 @@ sed 's:/usr/local/bin:/bin:' configure.orig > configure make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Expect test suite anyway, issue the following command: make test diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml index c809b121e..ce78e1a17 100644 --- a/chapter05/findutils.xml +++ b/chapter05/findutils.xml @@ -51,7 +51,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Findutils test suite anyway, issue the following command: make check diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 4d55c9877..ad6204987 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -51,16 +51,19 @@ The meaning of the configure option: - ac_cv_func_working_mktime=yes - - This parameter bypasses the search for mktime in configure - and uses the version in glibc. The is necessary due to a change in - gcc that has not been incorporated into this package yet. - + ac_cv_func_working_mktime=yes + + This parameter bypasses the search for mktime in configure + and uses the version in glibc. The is necessary due to a change in + gcc that has not been incorporated into this package yet. + - Compile the package: + + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Gawk test suite anyway, issue the following command: make diff --git a/chapter05/grep.xml b/chapter05/grep.xml index de2600a26..601bc77fb 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -76,7 +76,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Grep test suite anyway, issue the following command: make check diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index f8ce9d1a3..0d55b6d75 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -60,7 +60,9 @@ done make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Gzip test suite anyway, issue the following command: make check diff --git a/chapter05/m4.xml b/chapter05/m4.xml index 8e3181cbe..4ba74d780 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -51,7 +51,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the M4 test suite anyway, issue the following command: make check diff --git a/chapter05/make.xml b/chapter05/make.xml index 052df7931..cf258c76f 100644 --- a/chapter05/make.xml +++ b/chapter05/make.xml @@ -50,7 +50,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Make test suite anyway, issue the following command: make check diff --git a/chapter05/sed.xml b/chapter05/sed.xml index ed346ebdf..53ace607c 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -51,7 +51,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Sed test suite anyway, issue the following command: make check diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 566836f13..6d3b9b162 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -51,7 +51,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Tar test suite anyway, issue the following command: make check diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 6a59a92fb..a907bb08c 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -57,11 +57,13 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Tcl test suite anyway, issue the following command: TZ=UTC make test - The Tcl test suite is known to experience failures under certain host + The Tcl test suite may experience failures under certain host conditions that are not fully understood. Therefore, test suite failures here are not surprising, and are not considered critical. The TZ=UTC parameter sets the time zone to Coordinated diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml index cea7779e8..26e7ecf4f 100644 --- a/chapter05/texinfo.xml +++ b/chapter05/texinfo.xml @@ -51,7 +51,9 @@ make - To test the results, issue: + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Texinfo test suite anyway, issue the following command: make check diff --git a/general.ent b/general.ent index c2d1f9b13..15fb3a929 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3-54-g00ecf