diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-11-05 21:44:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-11-05 21:44:06 +0000 |
commit | 1fa0f19f2849ad16d8693f48321e312fadc24c84 (patch) | |
tree | b54b37492c334a9bb65446028bc828fde78b35af /chapter05/bash.xml | |
parent | c4487b16486fa8ded8432a065a428c86ed7b0292 (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
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 17 |
1 files changed, 10 insertions, 7 deletions
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> |