aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-03-28 17:41:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-03-28 17:41:36 +0000
commit67fd1a9e4c49c45a3d6b160911f423cfb4816e89 (patch)
tree7949e3b27860bbc9bbbab992f032018ea7996984 /chapter06
parent91a430e2b04e4c8f284dc131b68fba3105685242 (diff)
Upgrade to Binutils-2.23.2. Fixes #3318.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 0cca873ef..e7194d81c 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -64,9 +64,11 @@ 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>
+ <para>Fix a couple of syntax errors that prevent the documentation from
+ building with Texinfo-&texinfo-version;:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&binutils-testsuite-fixes-patch;</userinput></screen>
+<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \
+ -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>
<para>The Binutils documentation recommends building Binutils outside of the
source directory in a dedicated build directory:</para>