diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
commit | ede9b9be0a3baef5e7b8daaab72b5ff594ea12e7 (patch) | |
tree | 79b8fd44df338bdfc7ecabf99240fc888d3a3cd0 /chapter05/expect.xml | |
parent | e421d2e1df618260a60b79f2dc97d89d16c407b8 (diff) |
Minor textual shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r-- | chapter05/expect.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 5cdcba409..752fcb977 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -16,13 +16,11 @@ other interactive programs.</para> <sect2> <title>Installation of Expect</title> -<para>First apply a patch:</para> +<para>First fix a bug that can result in bogus failures during the GCC test +suite run:</para> <screen><userinput>patch -Np1 -i ../&expect-patch;</userinput></screen> -<para>This fixes a bug in Expect that can result in bogus failures during the -GCC test suite run.</para> - <para>Now prepare Expect for compilation:</para> <screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen> @@ -57,8 +55,8 @@ considered critical.)</para> <para>The meaning of the make parameter:</para> <itemizedlist> -<listitem><para><userinput>SCRIPTS=""</userinput>: This prevents installation of -the supplementary expect scripts which are not needed.</para></listitem> +<listitem><para><userinput>SCRIPTS=""</userinput>: This prevents installation +of the supplementary expect scripts which are not needed.</para></listitem> </itemizedlist> <para>You can now remove the source directories of both Tcl and Expect.</para> |