aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-12-06 23:06:22 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-12-06 23:06:22 +0000
commitb3268eb03f8c8de3967e40fcad12827978d63072 (patch)
tree4b9137ee2108f3e7a7dd55cdb68cf80dc3f1a759
parent29442ed4c12ae8fe13dde956ab5d4ce9a934ea58 (diff)
Corrected binutils patch error in chapter 6 - thanks Robert Connolly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/binutils.xml3
-rw-r--r--general.ent4
3 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7ffe304ae..855f47377 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@ of the LFS Book.</para>
</listitem>
-->
+<listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6
+binutils, causing the patch name to be split on 2 lines. Thanks Robert
+Connolly!</para></listitem>
+
<listitem><para>December 6th, 2004 [jim]: Fixes a few typo's done by me.
Added a patch for IPRoute2 to fix usage with the newer findutils.
Updated Readline and Zlib library location changes.
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 8a35d49a3..d8f3807bd 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -53,8 +53,7 @@ or modifying them when building Binutils.</para>
remove necessary information from certain library files. This patch fixes
the problem:</para>
-<screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patc
-h</userinput></screen>
+<screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patch</userinput></screen>
<para>The Binutils documentation recommends building Binutils outside of the
source directory in a dedicated build directory:</para>
diff --git a/general.ent b/general.ent
index eeba54dca..90677c33c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20041202">
-<!ENTITY releasedate "December 5, 2004">
+<!ENTITY version "SVN-20041206">
+<!ENTITY releasedate "December 6, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">