aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/expect-inst.xml')
-rw-r--r--chapter05/expect-inst.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml
index 73fefd214..a0e0ac1f3 100644
--- a/chapter05/expect-inst.xml
+++ b/chapter05/expect-inst.xml
@@ -14,14 +14,19 @@ GCC test suite run.</para>
<para><screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen></para>
-<para>Build, test, and install the package:</para>
+<para>Build the package:</para>
-<para><screen><userinput>make
-make test
-make install</userinput></screen></para>
+<para><screen><userinput>make</userinput></screen></para>
-<para>Note that also here some of the tests might fail, and that this is not a
-problem here either.</para>
+<para>This package has a testsuite 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><screen><userinput>make test</userinput></screen></para>
+
+<para>And install:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
<para>You can now remove the source directories of both Tcl and Expect.</para>