make change to reference to Debian stable in Chapter 5 (bash). Also, update the changelog for the 4.0-RC1 release and move Timothy's entry to (what I think is) the right place.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2002-09-29 22:03:39 +00:00
parent 591fc2c1f4
commit 310c6e60a1
2 changed files with 21 additions and 8 deletions

View File

@ -6,6 +6,21 @@
<itemizedlist> <itemizedlist>
<listitem><para>September 29th, 2002 [markh]: Chapter 05 - Bash: Correct
reference to Debian to refer to the old stable release (potato) as it
doesn't apply to the current one (woody). Reported by h2k1 on
#lfs.</para></listitem>
<listitem><para>September 29th, 2002 [timothy]: Chapter 05 - GCC: Replaced
the nofixincludes patch (because it doesn't apply cleanly) with a sed
command.</para></listitem>
</itemizedlist>
<para>4.0-RC1 - September 28th, 2002</para>
<itemizedlist>
<listitem><para>Upgraded to: <listitem><para>Upgraded to:
<itemizedlist> <itemizedlist>
<listitem><para>automake-1.6.3</para></listitem> <listitem><para>automake-1.6.3</para></listitem>
@ -61,10 +76,6 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>September 29th, 2002 [timothy]: Chapter 05 - GCC: Replaced
the nofixincludes patch (because it doesn't apply cleanly) with a sed
command.</para></listitem>
<listitem><para>September 28th, 2002 [gerard]: Chapter 05 - GCC: Added the <listitem><para>September 28th, 2002 [gerard]: Chapter 05 - GCC: Added the
nofixincludes patch to prevent that script from running in Chapter 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 05. It should run in Chapter 06, so we need it to be a seperate

View File

@ -39,10 +39,12 @@ make[1]: *** [install] Error 1
make[1]: Leaving directory `/mnt/lfs/usr/src/bash-&bash-version;/doc' make[1]: Leaving directory `/mnt/lfs/usr/src/bash-&bash-version;/doc'
make: [install] Error 2 (ignored)</screen></blockquote> make: [install] Error 2 (ignored)</screen></blockquote>
<para>then that means that you are probably using Debian, and that you have an <para>then that means that you are probably using Debian-2.2 (potato), and
old version of the texinfo package. This error is not severe by any means: the that you have an old version of the texinfo package. This error is not
info pages will be installed when we recompile bash dynamically in severe by any means: the info pages will be installed when we recompile bash
Chapter 6, so you can ignore it.</para> dynamically in Chapter 6, so you can ignore it. It is reported that the
current release of Debian (3.0; also known as Woody) doesn't have this
problem.</para>
</sect2> </sect2>