From 289207bab6b5f14f3fec87f7fb4e617ecfacbba5 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 Apr 2013 02:10:08 +0000 Subject: I hesitate to make a commit today, but the changes are ready. Upgrade to Linux-3.8.5 Upgrade to Systemd-200 Expand tcl space for regular expressions needed for some tests Disable a g++ libmudflap test that always fails git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter05') diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 9a264ad68..4fcc10b61 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -48,6 +48,11 @@ run in this chapter (they are not mandatory), these packages are required to run the test suites in . + First increase the amount of space needed by some regular expressions + in regression tests. + +sed -i s/500/5000/ generic/regc_nfa.c + Prepare Tcl for compilation: cd unix -- cgit v1.2.3-54-g00ecf