diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-27 10:44:05 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-27 10:44:05 +0000 |
commit | 81f12894517e9f6872e4dab0959450daeaa6d6ed (patch) | |
tree | 52f6e8973f8c4e7e3dd02a04c125bea3f187334b /chapter05 | |
parent | 5d725ed5c578750f1a398b9e3b299c26f821669e (diff) |
Revert r7195 - committed by mistake
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/dejagnu.xml | 2 | ||||
-rw-r--r-- | chapter05/gettext.xml | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index 01985d755..c2c6a0057 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -36,8 +36,6 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> <screen><userinput>make install</userinput></screen> -<para>This package does not come with a test suite.</para> - </sect2> diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 671963cbb..20ef68519 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -49,9 +49,6 @@ time, therefore, no need to build them.</para></listitem> <screen><userinput>make -C lib make -C src msgfmt</userinput></screen> -<para>As only one binary has been compiled, it is not possible to run the test -suite.</para> - <para>Install the <command>msgfmt</command> binary:</para> <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> |