Author: matthew
Date: Sat Mar 30 02:08:21 2013
New Revision: 10234
Log:
Fix a couple of typos
Modified:
trunk/BOOK/chapter05/binutils-pass1.xml
trunk/BOOK/chapter05/binutils-pass2.xml
trunk/BOOK/chapter06/adjusting.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter05/binutils-pass1.xml
==============================================================================
--- trunk/BOOK/chapter05/binutils-pass1.xml Fri Mar 29 12:50:55 2013
(r10233)
+++ trunk/BOOK/chapter05/binutils-pass1.xml Sat Mar 30 02:08:21 2013
(r10234)
@@ -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/[email protected]/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 @@
<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/[email protected]/doc@@cygnus.com/'
bfd/doc/bfd.texinfo</userinput></screen>
-
<para>Now prepare Binutils for compilation:</para>
<screen><userinput remap="configure">../binutils-&binutils-version;/configure
\
Modified: trunk/BOOK/chapter05/binutils-pass2.xml
==============================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml Fri Mar 29 12:50:55 2013
(r10233)
+++ trunk/BOOK/chapter05/binutils-pass2.xml Sat Mar 30 02:08:21 2013
(r10234)
@@ -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/[email protected]/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 \
Modified: trunk/BOOK/chapter06/adjusting.xml
==============================================================================
--- trunk/BOOK/chapter06/adjusting.xml Fri Mar 29 12:50:55 2013 (r10233)
+++ trunk/BOOK/chapter06/adjusting.xml Sat Mar 30 02:08:21 2013 (r10234)
@@ -32,7 +32,7 @@
<screen><userinput>gcc -dumpspecs | sed -e 's@/tools@@g' \
-e '/\*startfile_prefix_spec:/{n;s@.*@/usr/lib/ @}' \
- -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' & \
+ -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' > \
`dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>
<para>It is a good idea to visually inspect the specs file to verify the
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Mar 29 12:50:55 2013 (r10233)
+++ trunk/BOOK/general.ent Sat Mar 30 02:08:21 2013 (r10234)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130329">
-<!ENTITY releasedate "March 29, 2013">
+<!ENTITY version "SVN-20130330">
+<!ENTITY releasedate "March 30, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page