aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tcl.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-23 18:20:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-23 18:20:52 +0000
commit2f1fdcd5e6c319d5b6c9459681423ec49d20017e (patch)
tree9f851efeb5cf837ade57541a7d6060228dc99cf3 /chapter05/tcl.xml
parent8d8c3dc70f10f7a9b37a1dddb64e9c17d4af72a3 (diff)
Update to man-pages-3.54.
Update to tcl-8.6.1. Update to M4-1.4.17. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r--chapter05/tcl.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 4fcc10b61..9a264ad68 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -48,11 +48,6 @@
run in this chapter (they are not mandatory), these packages are required
to run the test suites in <xref linkend="chapter-building-system"/>.</para>
- <para>First increase the amount of space needed by some regular expressions
- in regression tests.</para>
-
-<screen><userinput remap="pre">sed -i s/500/5000/ generic/regc_nfa.c</userinput></screen>
-
<para>Prepare Tcl for compilation:</para>
<screen><userinput remap="configure">cd unix