aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter05/adjusting.xml4
-rw-r--r--general.ent4
3 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8806743f3..de00d0bf4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2008-12-01</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Adjusted the line break in the adjusting toolchain
+ section so that the output redirection does not look like a secondary
+ bash prompt. Thanks to Chris Staub for the idea.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2008-11-23</para>
<itemizedlist>
<listitem>
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml
index fb3f51dc6..35d77a78f 100644
--- a/chapter05/adjusting.xml
+++ b/chapter05/adjusting.xml
@@ -48,8 +48,8 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
</important>
<!-- Ampersands are needed to allow copy and paste -->
-<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&amp;@g' \
- > `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
+<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&amp;@g' &gt; \
+ `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
<para>During the build process, GCC runs a script
(<command>fixincludes</command>) that scans the system for header files
diff --git a/general.ent b/general.ent
index dcc8001a9..a981e0256 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081123">
-<!ENTITY releasedate "November 23, 2008">
+<!ENTITY version "SVN-20081201">
+<!ENTITY releasedate "December 1, 2008">
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->