Author: bdubbs
Date: 2008-11-05 14:44:06 -0700 (Wed, 05 Nov 2008)
New Revision: 8724

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/introduction.xml
   trunk/BOOK/chapter05/bash.xml
   trunk/BOOK/chapter05/coreutils.xml
   trunk/BOOK/chapter05/expect.xml
   trunk/BOOK/chapter05/findutils.xml
   trunk/BOOK/chapter05/gawk.xml
   trunk/BOOK/chapter05/grep.xml
   trunk/BOOK/chapter05/gzip.xml
   trunk/BOOK/chapter05/m4.xml
   trunk/BOOK/chapter05/make.xml
   trunk/BOOK/chapter05/sed.xml
   trunk/BOOK/chapter05/tar.xml
   trunk/BOOK/chapter05/tcl.xml
   trunk/BOOK/chapter05/texinfo.xml
   trunk/BOOK/general.ent
Log:
Changed wording introducing test suites in Chapter 5.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter01/changelog.xml  2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>

Modified: trunk/BOOK/chapter03/introduction.xml
===================================================================
--- trunk/BOOK/chapter03/introduction.xml       2008-10-31 03:40:45 UTC (rev 
8723)
+++ trunk/BOOK/chapter03/introduction.xml       2008-11-05 21:44:06 UTC (rev 
8724)
@@ -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

Modified: trunk/BOOK/chapter05/bash.xml
===================================================================
--- trunk/BOOK/chapter05/bash.xml       2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/bash.xml       2008-11-05 21:44:06 UTC (rev 8724)
@@ -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,8 +81,11 @@
 
 <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>
 
     <para>Install the package:</para>

Modified: trunk/BOOK/chapter05/coreutils.xml
===================================================================
--- trunk/BOOK/chapter05/coreutils.xml  2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/coreutils.xml  2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/expect.xml
===================================================================
--- trunk/BOOK/chapter05/expect.xml     2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/expect.xml     2008-11-05 21:44:06 UTC (rev 8724)
@@ -101,7 +101,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 Expect test suite anyway, issue the following command:</para>
 
 <screen><userinput remap="test">make test</userinput></screen>
 

Modified: trunk/BOOK/chapter05/findutils.xml
===================================================================
--- trunk/BOOK/chapter05/findutils.xml  2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/findutils.xml  2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/gawk.xml
===================================================================
--- trunk/BOOK/chapter05/gawk.xml       2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/gawk.xml       2008-11-05 21:44:06 UTC (rev 8724)
@@ -51,17 +51,20 @@
       <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>
 
     <para>To test the results, issue:</para>

Modified: trunk/BOOK/chapter05/grep.xml
===================================================================
--- trunk/BOOK/chapter05/grep.xml       2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/grep.xml       2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/gzip.xml
===================================================================
--- trunk/BOOK/chapter05/gzip.xml       2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/gzip.xml       2008-11-05 21:44:06 UTC (rev 8724)
@@ -60,7 +60,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 Gzip test suite anyway, issue the following command:</para>
 
 <screen><userinput remap="test">make check</userinput></screen>
 

Modified: trunk/BOOK/chapter05/m4.xml
===================================================================
--- trunk/BOOK/chapter05/m4.xml 2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/m4.xml 2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/make.xml
===================================================================
--- trunk/BOOK/chapter05/make.xml       2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/make.xml       2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/sed.xml
===================================================================
--- trunk/BOOK/chapter05/sed.xml        2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/sed.xml        2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/tar.xml
===================================================================
--- trunk/BOOK/chapter05/tar.xml        2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/tar.xml        2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/chapter05/tcl.xml
===================================================================
--- trunk/BOOK/chapter05/tcl.xml        2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/tcl.xml        2008-11-05 21:44:06 UTC (rev 8724)
@@ -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

Modified: trunk/BOOK/chapter05/texinfo.xml
===================================================================
--- trunk/BOOK/chapter05/texinfo.xml    2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/chapter05/texinfo.xml    2008-11-05 21:44:06 UTC (rev 8724)
@@ -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>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-10-31 03:40:45 UTC (rev 8723)
+++ trunk/BOOK/general.ent      2008-11-05 21:44:06 UTC (rev 8724)
@@ -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}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to