diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 507688a77..558da00b9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,15 @@ 2012-08-13 + + [bdubbs] - Upgrade to perl-5.16.1. Fixes + #3155. + + + [bdubbs] - Removed unneeded sed instruction from + Chapter 6 perl. Fixes + #3160. + [bdubbs] - Upgrade to flex-2.5.37. Fixes #3139. diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 9ba825dc4..54cdad060 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -57,6 +57,10 @@ i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;; esac + Also fix an error in one of the check Makefiles: + +sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in + The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: @@ -104,7 +108,7 @@ cd ../gcc-build One set of tests in the GCC test suite is known to exhaust the stack, so increase the stack size prior to running the tests: -ulimit -s 16384 +ulimit -s 32768 Test the results, but do not stop at errors: diff --git a/chapter06/perl.xml b/chapter06/perl.xml index eff9a3a50..4fc710607 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -107,10 +107,6 @@ - Fix an incompatibility between this package and Glibc-&glibc-version;: - -sed -i '/test-installation.pl/d' Makefile - Compile the package: make diff --git a/general.ent b/general.ent index 22b983f8b..7a068694a 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index da91279a5..edeb975fc 100644 --- a/packages.ent +++ b/packages.ent @@ -419,15 +419,15 @@ - - + + - + - + - - + +