diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-04-02 02:10:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-04-02 02:10:08 +0000 |
commit | 289207bab6b5f14f3fec87f7fb4e617ecfacbba5 (patch) | |
tree | e27423131c3031248f491b28910d372af71f70c7 /chapter05 | |
parent | 2aa3c1c408973d9749549c3bfb13bcd71cf54f3d (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 <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 |