Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/expect.xml

    r78349b7 r6e41459  
    3030<title>Installation of Expect</title>
    3131
    32 <para>First fix a bug that can result in bogus failures during the GCC test
     32<para>First fix a bug that can result in false failures during the GCC test
    3333suite run:</para>
    3434
     
    4444<varlistentry>
    4545<term><parameter>--with-tcl=/tools/lib</parameter></term>
    46 <listitem><para>This ensures that
    47 the configure script finds the Tcl installation in our temporary tools location.
    48 We don't want it to find an existing one that may possibly reside on the host
    49 system.</para></listitem>
     46<listitem><para>This ensures that the configure script finds the Tcl installation in
     47the temporary tools location instead of possibly finding an existing
     48one on the host system.</para></listitem>
    5049</varlistentry>
    5150
    5251<varlistentry>
    5352<term><parameter>--with-x=no</parameter></term>
    54 <listitem><para>This tells the configure
    55 script not to search for Tk (the Tcl GUI component) or the X Window System
    56 libraries, both of which may possibly reside on the host system.</para></listitem>
     53<listitem><para>This tells the configure script not to search for Tk
     54(the Tcl GUI component) or the X Window System libraries, both of
     55which may possibly reside on the host system.</para></listitem>
    5756</varlistentry>
    5857</variablelist>
     
    6261<screen><userinput>make</userinput></screen>
    6362
    64 <para>(If you want to test the results, then issue:
    65 <userinput>make test</userinput>. However, the Expect test suite is known to
    66 experience failures under certain host conditions that are not within our
    67 control. Therefore, test suite failures here are not surprising, and are not
    68 considered critical.)</para>
     63<para>To test the results, issue: <userinput>make test</userinput>.
     64Note that the Expect test suite is known to experience failures under
     65certain host conditions that are not within our control. Therefore,
     66test suite failures here are not surprising, and are not considered
     67critical.</para>
    6968
    70 <para>And install it:</para>
     69<para>Install the package:</para>
    7170
    7271<screen><userinput>make SCRIPTS="" install</userinput></screen>
     
    7776<varlistentry>
    7877<term><parameter>SCRIPTS=""</parameter></term>
    79 <listitem><para>This prevents installation
    80 of the supplementary expect scripts which are not needed.</para></listitem>
     78<listitem><para>This prevents installation of the supplementary expect
     79scripts, which are not needed.</para></listitem>
    8180</varlistentry>
    8281</variablelist>
     
    8584
    8685</sect2>
    87 
    8886
    8987<sect2 id="contents-expect" role="content"><title>Contents of Expect</title>
Note: See TracChangeset for help on using the changeset viewer.