aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-05-07 19:15:21 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-05-07 19:15:21 +0000
commite92250c13913a4ede70b08b6bd5181f07917aafa (patch)
treefa1dcfd9b82b5de18894f43987c146bdb6d887df /chapter06
parent1b10e962d4ffb6b4a59934e4e9694bae7b119761 (diff)
Fix unintended change in Binutils testsuite invocation, introduced in r9493 (upgrade to GCC-4.6.0).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9524 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index c7708bd61..4c700ce60 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -113,7 +113,7 @@ cd ../binutils-build</userinput></screen>
<para>Test the results:</para>
-<screen><userinput remap="test">make -j check || true</userinput></screen>
+<screen><userinput remap="test">make -k check</userinput></screen>
<para>Install the package:</para>