aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect-inst.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-11 20:07:44 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-11 20:07:44 +0000
commit0841437890915f7f6050da9f1066bf814439cd48 (patch)
tree24b47f5722e2b30e262c9390352b776902678d87 /chapter05/expect-inst.xml
parentc9398bca01ffaa66d492bbc865d267ce905c3033 (diff)
Dropped non-toolchain tests to optional
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>