Changeset 929417d


Ignore:
Timestamp:
May 31, 2013, 12:27:53 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
528a8ea
Parents:
cf4387d
Message:

Expand tcl space for regexes required by some tests.

Location:
BOOK/testsuite-tools
Files:
2 edited

Legend:

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

    rcf4387d r929417d  
    2424  <sect2 role="installation">
    2525    <title>Installation of Tcl</title>
     26
     27    <para os="s1">Increase memory size for regular expressions where required.</para>
     28
     29<screen os="s2"><userinput>sed -i s/500/5000/ generic/regc_nfa.c</userinput></screen>
    2630
    2731    <para os="a">Prepare Tcl for compilation:</para>
  • BOOK/testsuite-tools/multilib/tcl.xml

    rcf4387d r929417d  
    2121  <sect2 role="installation">
    2222    <title>Installation of Tcl</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/tcl.xml"
     26    xpointer="xpointer(//*[@os='s1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/tcl.xml"
     30    xpointer="xpointer(//*[@os='s2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.