diff options
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 8f52c9d58..db73750e9 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -21,9 +21,13 @@ Estimated required disk space: &automake-compsize;</screen> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, the -following command will do so:</para> +<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> |