mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
Fix typos in Chapter 5 Gawk
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b943097fb7
commit
b0e1dc860c
@ -54,19 +54,19 @@
|
|||||||
<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. This 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>
|
||||||
|
|
||||||
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>Compilation is now complete. As discussed earlier, running the test
|
<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
|
suite is not mandatory for the temporary tools here in this chapter. To run
|
||||||
the Gawk test suite anyway, issue the following command:</para>
|
the Gawk test suite anyway, issue the following command:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
|
||||||
|
|
||||||
<para>To test the results, issue:</para>
|
<para>To test the results, issue:</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-20081202">
|
<!ENTITY version "SVN-20081203">
|
||||||
<!ENTITY releasedate "December 2, 2008">
|
<!ENTITY releasedate "December 3, 2008">
|
||||||
<!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