diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-30 09:08:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-30 09:08:21 +0000 |
commit | 395cf94ffb1f612c8ac801fcd0703d3fe096e430 (patch) | |
tree | 3f92795aa7542fb274dc74d01edaeabe2472ae57 /chapter05 | |
parent | 6458e3172ec9d054efcd178c67f269804eacdb7d (diff) |
Fix a couple of typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 12 | ||||
-rw-r--r-- | chapter05/binutils-pass2.xml | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index b07971f5c..8a4880b46 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -52,6 +52,12 @@ linker and assembler to determine which of their own features to enable.</para> + <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>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> @@ -70,12 +76,6 @@ 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 \ diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index d2e2b5306..4d661296c 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -43,17 +43,17 @@ <sect2 role="installation"> <title>Installation of Binutils</title> - <para>Create a separate build directory again:</para> - -<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>Create a separate build directory again:</para> + +<screen><userinput remap="pre">mkdir -v ../binutils-build +cd ../binutils-build</userinput></screen> + <para>Prepare Binutils for compilation:</para> <screen><userinput remap="configure">CC=$LFS_TGT-gcc \ |