aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-07 10:48:55 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-07 10:48:55 +0000
commit8a5f9064c4423d2a3217080dd8203c3f7b8391c3 (patch)
tree6d5fd87e6a43bac0802cb904a5c2e445538efe95 /chapter06/zlib.xml
parentc21999c677ff9383c9e1220675f76658a1d42438 (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/zlib.xml')
-rw-r--r--chapter06/zlib.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 8dc8e7817..23a4efb9e 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -30,10 +30,8 @@ afterwards.</para></note>
<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. The test suite for Zlib is quick and
-painless so we recommend it be run. The following command will test the shared
-library:</para>
+<para>To have the results tested, issue:
+<userinput>make check</userinput>.</para>
<screen><userinput>make check</userinput></screen>
@@ -46,9 +44,8 @@ library:</para>
./configure --prefix=/usr
make</userinput></screen>
-<para>The following command will test the static library:</para>
-
-<screen><userinput>make check</userinput></screen>
+<para>To have the results tested, issue:
+<userinput>make check</userinput>.</para>
<para>Install the static library:</para>