aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-11-05 21:44:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-11-05 21:44:06 +0000
commit1fa0f19f2849ad16d8693f48321e312fadc24c84 (patch)
treeb54b37492c334a9bb65446028bc828fde78b35af
parentc4487b16486fa8ded8432a065a428c86ed7b0292 (diff)
Changed wording introducing test suites in Chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter03/introduction.xml2
-rw-r--r--chapter05/bash.xml17
-rw-r--r--chapter05/coreutils.xml4
-rw-r--r--chapter05/expect.xml4
-rw-r--r--chapter05/findutils.xml4
-rw-r--r--chapter05/gawk.xml17
-rw-r--r--chapter05/grep.xml4
-rw-r--r--chapter05/gzip.xml4
-rw-r--r--chapter05/m4.xml4
-rw-r--r--chapter05/make.xml4
-rw-r--r--chapter05/sed.xml4
-rw-r--r--chapter05/tar.xml4
-rw-r--r--chapter05/tcl.xml6
-rw-r--r--chapter05/texinfo.xml4
-rw-r--r--general.ent4
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
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>2008-11-05</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Changed wording introducing test suites in Chapter 5.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2008-10-31</para>
<itemizedlist>
<listitem>
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 <ulink
- url="&lfs-root;lfs/packages.html"/>.</para>
+ url="&lfs-root;lfs/packages.html#packages"/>.</para>
<para>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 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
- <listitem>
- <para>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.</para>
- </listitem>
+ <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
+ <listitem>
+ <para>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.</para>
+ </listitem>
</varlistentry>
</variablelist>
@@ -81,7 +81,10 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
+
<screen><userinput remap="test">make tests</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
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 &gt; configure</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make test</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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 @@
<title>The meaning of the configure option:</title>
<varlistentry>
- <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
- <listitem>
- <para>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.</para>
- </listitem>
+ <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
+ <listitem>
+ <para>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.</para>
+ </listitem>
</varlistentry>
</variablelist>
- <para>Compile the package:</para>
+
+ <para>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:</para>
<screen><userinput remap="make">make</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">TZ=UTC make test</userinput></screen>
- <para>The Tcl test suite is known to experience failures under certain host
+ <para>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
<parameter>TZ=UTC</parameter> 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 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>To test the results, issue:</para>
+ <para>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:</para>
<screen><userinput remap="test">make check</userinput></screen>
diff --git a/general.ent b/general.ent
index c2d1f9b13..15fb3a929 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081031">
-<!ENTITY releasedate "October 31, 2009">
+<!ENTITY version "SVN-20081106">
+<!ENTITY releasedate "November 6, 2009">
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->