Browse Source

Changed wording introducing test suites in Chapter 5.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 16 năm trước cách đây
mục cha
commit
1fa0f19f28

+ 9 - 0
chapter01/changelog.xml

@@ -36,6 +36,15 @@
     </listitem>
 
 -->
+    <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>

+ 1 - 1
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

+ 10 - 7
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 10 - 7
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 3 - 1
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>
 

+ 4 - 2
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

+ 3 - 1
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>
 

+ 2 - 2
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}]" -->