Changeset 45bf79c


Ignore:
Timestamp:
Oct 11, 2006, 9:48:23 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
be500de
Parents:
5eecd33
Message:

Move text about tcl expect and dejagnu from tcl page to the beginning of the chapter

Location:
BOOK/testsuite-tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/common/introduction.xml

    r5eecd33 r45bf79c  
    1212
    1313  <para>This chapter builds the tools needed to run the tests
    14   that the packages have. I.e., <command>make check</command></para>
     14  that the packages have. I.e., <command>make check</command>. Tcl, Expect,
     15  DejaGNU and File are needed for the GCC and Binutils testsuites, and Tree
     16  is used by the Udev testsuite. Installing five packages for testing purposes
     17  may seem excessive, but it is very reassuring, if not essential, to know
     18  that the most important tools are working properly.</para>
    1519
    1620</sect1>
  • BOOK/testsuite-tools/common/tcl.xml

    r5eecd33 r45bf79c  
    2525    <title>Installation of Tcl</title>
    2626
    27     <para os="a">This package and the next two (Expect and DejaGNU) are installed
    28     to support running the test suites for GCC and Binutils. Installing
    29     three packages for testing purposes may seem excessive, but it is very
    30     reassuring, if not essential, to know that the most important tools are
    31     working properly.</para>
    32 
    33     <para os="b">Prepare Tcl for compilation:</para>
     27    <para os="a">Prepare Tcl for compilation:</para>
    3428
    3529<screen><userinput>cd unix
    3630./configure --prefix=/tools</userinput></screen>
    3731
    38     <para os="d">Build the package:</para>
     32    <para os="c">Build the package:</para>
    3933
    40 <screen os="e"><userinput>make</userinput></screen>
     34<screen os="d"><userinput>make</userinput></screen>
    4135
    42     <para os="g">Install the package:</para>
     36    <para os="e">Install the package:</para>
    4337
    44 <screen os="h"><userinput>make install</userinput></screen>
     38<screen os="f"><userinput>make install</userinput></screen>
    4539
    46     <para os="i">Tcl's private header files are needed for the next
     40    <para os="g">Tcl's private header files are needed for the next
    4741    package, Expect. Install them into /tools:</para>
    4842
    49 <screen os="j"><userinput>make install-private-headers</userinput></screen>
     43<screen os="h"><userinput>make install-private-headers</userinput></screen>
    5044
    51     <para os="k">Now make a necessary symbolic link:</para>
     45    <para os="i">Now make a necessary symbolic link:</para>
    5246
    53 <screen os="l"><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
     47<screen os="j"><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
    5448
    5549  </sect2>
  • BOOK/testsuite-tools/multilib/tcl-64bit.xml

    r5eecd33 r45bf79c  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
     28<screen os="b"><userinput>cd unix
     29CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64</userinput></screen>
     30
    2831    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2932    href="../common/tcl.xml"
    30     xpointer="xpointer(//*[@os='b'])"/>
    31 
    32 <screen os="c"><userinput>cd unix
    33 CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64</userinput></screen>
     33    xpointer="xpointer(//*[@os='c'])"/>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4040    href="../common/tcl.xml"
    4141    xpointer="xpointer(//*[@os='e'])"/>
     42
     43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     44    href="../common/tcl.xml"
     45    xpointer="xpointer(//*[@os='f'])"/>
    4246
    4347    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5761    xpointer="xpointer(//*[@os='j'])"/>
    5862
    59     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    60     href="../common/tcl.xml"
    61     xpointer="xpointer(//*[@os='k'])"/>
    62 
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64     href="../common/tcl.xml"
    65     xpointer="xpointer(//*[@os='l'])"/>
    66 
    6763  </sect2>
    6864
Note: See TracChangeset for help on using the changeset viewer.