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-pass2.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-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 1cac61a18..7c99eac5f 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -48,6 +48,12 @@ <screen><userinput remap="pre">mkdir -v ../binutils-build cd ../binutils-build</userinput></screen> + <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>Prepare Binutils for compilation:</para> <screen><userinput remap="configure">CC=$LFS_TGT-gcc \ |