diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-18 00:19:33 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-18 00:19:33 -0500 |
commit | 658a5da5fb4ed308f9bfd9524baefd444de51a94 (patch) | |
tree | 1de9f89c0aac32227e57f3ad5c057f2fb33c5236 /chapter08 | |
parent | d182d836a404118466cffc33ec01d14696c2ef2e (diff) |
Now run all the tests in binutils.
We were removing a failing test, but it is not longer a problem.
Eliminate the instruction that does that.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index a48c98544..c01ba44bd 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -68,12 +68,12 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl find -name \*.1 -delete</userinput></screen> - +<!-- <para>Now remove one test that prevents the tests from running to completion:</para> <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> - +--> <para>The Binutils documentation recommends building Binutils in a dedicated build directory:</para> |