Changed wording introducing test suites in Chapter 5.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2008-11-05 21:44:06 +00:00
parent c4487b1648
commit 1fa0f19f28
16 changed files with 66 additions and 29 deletions

View File

@ -36,6 +36,15 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2008-11-05</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Changed wording introducing test suites in Chapter 5.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2008-10-31</para> <para>2008-10-31</para>
<itemizedlist> <itemizedlist>

View File

@ -24,7 +24,7 @@
url="http://www.google.com/"/>) provides a useful search engine for url="http://www.google.com/"/>) provides a useful search engine for
most packages. If this search is unsuccessful, try one of the most packages. If this search is unsuccessful, try one of the
alternative means of downloading discussed at <ulink 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 <para>Downloaded packages and patches will need to be stored somewhere
that is conveniently available throughout the entire build. A working that is conveniently available throughout the entire build. A working

View File

@ -67,12 +67,12 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><parameter>ac_cv_func_working_mktime=yes</parameter></term> <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
<listitem> <listitem>
<para>This parameter bypasses the search for mktime in configure <para>This parameter bypasses the search for mktime in configure
and uses the version in glibc. The is necessary due to a change in 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> gcc that has not been incorporated into this package yet.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
@ -81,7 +81,10 @@
<screen><userinput remap="make">make</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 Bash test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make tests</userinput></screen> <screen><userinput remap="test">make tests</userinput></screen>

View File

@ -70,7 +70,9 @@
<screen><userinput remap="make">make</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 Coreutils test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make RUN_EXPENSIVE_TESTS=yes check</userinput></screen> <screen><userinput remap="test">make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>

View File

@ -101,7 +101,9 @@ sed 's:/usr/local/bin:/bin:' configure.orig &gt; configure</userinput></screen>
<screen><userinput remap="make">make</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> <screen><userinput remap="test">make test</userinput></screen>

View File

@ -51,7 +51,9 @@
<screen><userinput remap="make">make</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 Findutils test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -51,16 +51,19 @@
<title>The meaning of the configure option:</title> <title>The meaning of the configure option:</title>
<varlistentry> <varlistentry>
<term><parameter>ac_cv_func_working_mktime=yes</parameter></term> <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
<listitem> <listitem>
<para>This parameter bypasses the search for mktime in configure <para>This parameter bypasses the search for mktime in configure
and uses the version in glibc. The is necessary due to a change in 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> gcc that has not been incorporated into this package yet.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </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> <screen><userinput remap="make">make</userinput></screen>

View File

@ -76,7 +76,9 @@
<screen><userinput remap="make">make</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 Grep test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -60,7 +60,9 @@ done</userinput></screen>
<screen><userinput remap="make">make</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> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -51,7 +51,9 @@
<screen><userinput remap="make">make</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 M4 test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -50,7 +50,9 @@
<screen><userinput remap="make">make</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 Make test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -51,7 +51,9 @@
<screen><userinput remap="make">make</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 Sed test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -51,7 +51,9 @@
<screen><userinput remap="make">make</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 Tar test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -57,11 +57,13 @@
<screen><userinput remap="make">make</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 Tcl test suite anyway, issue the following command:</para>
<screen><userinput remap="test">TZ=UTC make test</userinput></screen> <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 conditions that are not fully understood. Therefore, test suite failures
here are not surprising, and are not considered critical. The here are not surprising, and are not considered critical. The
<parameter>TZ=UTC</parameter> parameter sets the time zone to Coordinated <parameter>TZ=UTC</parameter> parameter sets the time zone to Coordinated

View File

@ -51,7 +51,9 @@
<screen><userinput remap="make">make</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 Texinfo test suite anyway, issue the following command:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20081031"> <!ENTITY version "SVN-20081106">
<!ENTITY releasedate "October 31, 2009"> <!ENTITY releasedate "November 6, 2009">
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0"> <!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->