diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-07 19:15:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-07 19:15:21 +0000 |
commit | e92250c13913a4ede70b08b6bd5181f07917aafa (patch) | |
tree | fa1dcfd9b82b5de18894f43987c146bdb6d887df /chapter06 | |
parent | 1b10e962d4ffb6b4a59934e4e9694bae7b119761 (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.xml | 2 |
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> |