diff options
-rw-r--r-- | appendices/dependencies.xml | 6 | ||||
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/diffutils.xml | 6 | ||||
-rw-r--r-- | chapter06/diffutils.xml | 4 |
4 files changed, 17 insertions, 5 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index ca03ff6ac..0f3e1dd0e 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -331,8 +331,8 @@ <segtitle>&dependencies;</segtitle> <seglistitem> - <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, - Make, Patch, Sed, and Texinfo</seg> + <seg>Bash, Binutils, Coreutils, Gawk, GCC, Gettext, Glibc, Grep, + Make, Sed, and Texinfo</seg> </seglistitem> </segmentedlist> @@ -340,7 +340,7 @@ <segtitle>&testsuites;</segtitle> <seglistitem> - <seg>No testsuite available</seg> + <seg>Diffutils, Perl</seg> </seglistitem> </segmentedlist> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 629ca4a2b..021ea6583 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <para>2010-05-03</para> <itemizedlist> <listitem> + <para>[bdubbs] - Added precedures for the new diffutils test + suite. + Thanks to Chris Staub. + Fixes <ulink url="&lfs-ticket-root;2650">#2650</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Made minor text changes in Chapter 5, gawk and Chapter 6, patch. Thanks to Chris Staub. diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml index b2247a198..62ba35874 100644 --- a/chapter05/diffutils.xml +++ b/chapter05/diffutils.xml @@ -51,7 +51,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</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 Diffutils test suite anyway, issue the following command:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 25c4443da..0d8bd5c77 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -49,7 +49,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |