diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 10:48:55 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 10:48:55 +0000 |
commit | 8a5f9064c4423d2a3217080dd8203c3f7b8391c3 (patch) | |
tree | 6d5fd87e6a43bac0802cb904a5c2e445538efe95 /chapter06/gettext.xml | |
parent | c21999c677ff9383c9e1220675f76658a1d42438 (diff) |
Making the chapter 6 tests more obviously optional.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index dad1b2d2c..018d53476 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -25,15 +25,9 @@ localization. These allow programs to be compiled with Native Language Support <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 Gettext -does not play a critical role in the overall operation of an LFS system. In -addition, the Gettext 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 Gettext 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 very long time, around +6 SBUs.</para> <para>And install the package:</para> |