diff options
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 963374e57..d023313e0 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -24,15 +24,9 @@ with Autoconf.</para> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which performs a number of -checks to ensure it will function correctly. It's worth noting that Automake -does not play a critical role in the overall operation of an LFS system. In -addition, the Automake test suite runs for quite a long period of time. -Accordingly, the running of the test suite here is not crucial. Should you -choose to run the Automake test suite, the following command will do -so:</para> - -<screen><userinput>make check</userinput></screen> +<para>To have the results tested, issue: +<userinput>make check</userinput>. This takes a long time, about 4 SBUs, +and is strictly optional.</para> <para>Install the package:</para> |