aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-12-31 19:36:41 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-12-31 19:36:41 +0000
commit0f344ddfa8541a3bad3f771188501494b8848079 (patch)
tree5d925edd7fffa634b7a709ce1eb58cf7d75dfc64 /chapter06
parent43886b744b9b598ade9b93288738299dbbaee061 (diff)
Add patch to fix binutils test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml6
-rw-r--r--chapter06/e2fsprogs.xml11
2 files changed, 10 insertions, 7 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 44e8e4cba..0cca873ef 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -64,6 +64,10 @@ Ask your system administrator to create more.</computeroutput></screen>
<screen><userinput remap="pre">rm -fv etc/standards.info
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
+ <para>Fix some test suite scripts so all tests pass:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&binutils-testsuite-fixes-patch;</userinput></screen>
+
<para>The Binutils documentation recommends building Binutils outside of the
source directory in a dedicated build directory:</para>
@@ -114,7 +118,7 @@ cd ../binutils-build</userinput></screen>
<para>Test the results:</para>
-<screen><userinput remap="test">make -k check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 1ebbe6a55..59a98e83b 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -115,12 +115,11 @@ cd build</userinput></screen>
<screen><userinput remap="test">make check</userinput></screen>
- <para>One of the E2fsprogs tests will attempt to allocate 256 MB
- of memory. If you do not have significantly more RAM than this, it
- is recommended to enable sufficient swap space for the test. See
- <xref linkend="space-creatingfilesystem"/> and
- <xref linkend="space-mounting"/> for details on creating and enabling
- swap space.</para>
+ <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
+ If you do not have significantly more RAM than this, be sure to enable
+ sufficient swap space for the test. See <xref
+ linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
+ for details on creating and enabling swap space.</para>
<para>Install the binaries, documentation, and shared libraries:</para>