diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-29 19:37:50 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-29 19:37:50 +0000 |
commit | f93ffe4b796b5bcf9f00ea918e5177db2e99027a (patch) | |
tree | 212ffbd45645908f6c0a0c3e35ca5feaafb18eaa /chapter05/binutils-pass1.xml | |
parent | ff0f063c6069a88c67efe37c7e31e364c27dee06 (diff) |
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
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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</userinput></screen> <note><para>The approximate build SBU values and required disk space in Chapter 5 does not include test suite data.</para></note> + <para>Fix a couple of syntax errors that prevent the documentation from + building with Texinfo-&texinfo-version;:</para> + +<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>Now prepare Binutils for compilation:</para> <screen><userinput remap="configure">../binutils-&binutils-version;/configure \ |