From f93ffe4b796b5bcf9f00ea918e5177db2e99027a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 29 Mar 2013 19:37:50 +0000 Subject: Fix Binutils' texinfo file in pass1 and pass2 in case hosts have Texinfo >= 5.1 installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter05/binutils-pass1.xml') diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index decec8b6f..e30f3962e 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -70,6 +70,12 @@ cd ../binutils-build The approximate build SBU values and required disk space in Chapter 5 does not include test suite data. + Fix a couple of syntax errors that prevent the documentation from + building with Texinfo-&texinfo-version;: + +sed -i -e 's/@colophon/@@colophon/' \ + -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo + Now prepare Binutils for compilation: ../binutils-&binutils-version;/configure \ -- cgit v1.2.3-54-g00ecf