mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
c4487b1648
commit
1fa0f19f28
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -101,7 +101,9 @@ sed 's:/usr/local/bin:/bin:' configure.orig > 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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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 – -->
|
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!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}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user