aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 17:03:47 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-05-11 17:03:47 +0000
commit972014586e742e763dda2347d614d38e0f82223b (patch)
treec67493a508e701ad5ac8e417d559391a461900df /chapter01
parentb8770e4e2a585520ed33b9e26214e1b62129e4d8 (diff)
Added the rest of Zack's patches. Totally missed them before.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index aed274bd4..a18f2ded9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,7 @@
<listitem><para>bash-2.05b.patch</para></listitem>
<listitem><para>binutils-2.13.2-libc.patch</para></listitem>
<listitem><para>coreutils-5.0</para></listitem>
+<listitem><para>coreutils-5.0-uname.patch</para></listitem>
<listitem><para>dejagnu-1.4.3</para></listitem>
<listitem><para>expect-5.38</para></listitem>
<listitem><para>expect-5.38.patch</para></listitem>
@@ -67,6 +68,17 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Install Coreutils:
+Fix some functionality of the uname command with a patch.</para></listitem>
+
+<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Net-tools:
+Just do regular old "make install" instead of "make update". The latter
+works fine now.</para></listitem>
+
+<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing GCC:
+After installation, remove /usr/include/libiberty.h. It is not used
+outside of the GCC build tree.</para></listitem>
+
<listitem><para>May 11th, 2003 [winkie]: Upgraded to Bash 2.05b and
added its patch</para></listitem>