diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-29 00:07:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-29 00:07:32 +0000 |
commit | ab46b4e6a8619913903ffd85af84ffaf4e367590 (patch) | |
tree | abd8a8856af6525225ef00db758125447528f5a4 /chapter01 | |
parent | 0d1de9459fdd63c618bdb6936b0024b577ed7746 (diff) |
added man patch to replace sed, and added gcc-3.2-nofixincludes.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 32a4f72d0..1b9fa7e59 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,9 +40,11 @@ <listitem><para>fileutils-4.1.patch</para></listitem> <listitem><para>gawk-3.1.1-2.patch</para></listitem> <listitem><para>gcc-3.2.patch</para></listitem> +<listitem><para>gcc-3.2-nofixincludes.patch</para></listitem> <listitem><para>glibc-2.2.5-2.patch</para></listitem> <listitem><para>gzip-1.2.4b.patch</para></listitem> <listitem><para>kbd-1.06-3.patch</para></listitem> +<listitem><para>man-1.5k.patch</para></listitem> <listitem><para>ncurses-5.2.patch</para></listitem> <listitem><para>procps-2.0.7.patch</para></listitem> <listitem><para>sh-utils-2.0-hostname.patch</para></listitem> @@ -59,6 +61,14 @@ </itemizedlist> </para></listitem> +<listitem><para>September 28th, 2002 [gerard]: Chapter 05 - GCC: Added the +nofixincludes patch to prevent that script from running in Chapter +05. It should run in Chapter 06, so we need it to be a seperate +patch.</para></listitem> + +<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Man: Replaced +the sed contruction with a regular patch.</para></listitem> + <listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Bzip2: Removed the <emphasis>PREFIX=/usr</emphasis> from the <userinput>make install</userinput> command because the |