Sfoglia il codice sorgente

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
Mark Hymers 23 anni fa
parent
commit
310c6e60a1
2 ha cambiato i file con 21 aggiunte e 8 eliminazioni
  1. 15 4
      chapter01/changelog.xml
  2. 6 4
      chapter05/bash-inst.xml

+ 15 - 4
chapter01/changelog.xml

@@ -6,6 +6,21 @@
 
 <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:
 <itemizedlist>
 <listitem><para>automake-1.6.3</para></listitem>
@@ -61,10 +76,6 @@
 </itemizedlist>
 </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
 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

+ 6 - 4
chapter05/bash-inst.xml

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