diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 00:05:16 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 00:05:16 +0000 |
commit | b42fa0137eda3358cc467d1ef04390e5059288b4 (patch) | |
tree | fd4ca098f4c8fa31e442fbb2deb55df6496a3460 | |
parent | e0f2571894178e00eb7f8e3ade60a20d3bfc1e40 (diff) |
o Upgraded to bison-1.75, sed-4.0.
o Moved m4 before bison to meet its dependency.
o Fixed the date, I'm suprised nobody noticed it :)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | entities/bison.ent | 4 | ||||
-rw-r--r-- | entities/sed.ent | 4 | ||||
-rw-r--r-- | index.xml | 4 |
5 files changed, 12 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7c1e60dba..0f7059701 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -10,6 +10,7 @@ <itemizedlist> <listitem><para>autoconf-2.54</para></listitem> <listitem><para>automake-1.7.1</para></listitem> +<listitem><para>bison-1.75</para></listitem> <listitem><para>e2fsprogs-1.29</para></listitem> <listitem><para>groff-1.18.1</para></listitem> <listitem><para>kbd-1.08</para></listitem> @@ -20,6 +21,7 @@ <listitem><para>ncurses-5.3</para></listitem> <listitem><para>procps-3.0.4</para></listitem> <listitem><para>psmisc-21.2</para></listitem> +<listitem><para>sed-4.0</para></listitem> <listitem><para>util-linux-2.11w</para></listitem> </itemizedlist> </para></listitem> @@ -39,6 +41,9 @@ </itemizedlist> </para></listitem> +<listitem><para>October 23rd, 2002 [timothy]: Upgraded to bison-1.75, +sed-4.0. Moved m4 before bison to meet its dependency.</para></listitem> + <listitem><para>October 21st, 2002 [timothy]: Chapter 06 - Linux-2.4.19: Replaced <userinput>mkdir /usr/include/asm</userinput> and <userinput>cp</userinput> command with diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 2872a3e38..c5ba6389d 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -21,6 +21,7 @@ &c6-gawk; &c6-ncurses; &c6-vim; +&c6-m4; &c6-bison; &c6-less; &c6-groff; @@ -34,7 +35,6 @@ &c6-nettools; &c6-perl; &c6-linuxthreadsmanpages; -&c6-m4; &c6-texinfo; &c6-autoconf; &c6-automake; diff --git a/entities/bison.ent b/entities/bison.ent index a4f2fe8b3..130c2f4c1 100644 --- a/entities/bison.ent +++ b/entities/bison.ent @@ -8,10 +8,10 @@ <!ENTITY aa-bison-dep SYSTEM "../appendixa/bison-dep.xml"> <!ENTITY aa-bison-down SYSTEM "../appendixa/bison-down.xml"> -<!ENTITY bison-version "1.35"> +<!ENTITY bison-version "1.75"> <!ENTITY bison-depversion "1.31"> <!ENTITY bison-contversion "1.35"> -<!ENTITY bison-size "613 KB"> +<!ENTITY bison-size "755 KB"> <!ENTITY bison-dir "bison-&bison-version;"> <!ENTITY bison-package "bison-&bison-version;.tar.bz2"> diff --git a/entities/sed.ent b/entities/sed.ent index 427cae516..7b03dd845 100644 --- a/entities/sed.ent +++ b/entities/sed.ent @@ -11,10 +11,10 @@ <!ENTITY aa-sed-dep SYSTEM "../appendixa/sed-dep.xml"> <!ENTITY aa-sed-down SYSTEM "../appendixa/sed-down.xml"> -<!ENTITY sed-version "3.02"> +<!ENTITY sed-version "4.0"> <!ENTITY sed-depversion "3.02"> <!ENTITY sed-contversion "3.02"> -<!ENTITY sed-size "221 KB"> +<!ENTITY sed-size "488 KB"> <!ENTITY sed-package "sed-&sed-version;.tar.bz2"> <!ENTITY sed-dir "sed-&sed-version;"> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20021022"> -<!ENTITY releasedate "October 22st, 2002"> +<!ENTITY version "20021023"> +<!ENTITY releasedate "October 23rd, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |