aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml92
-rw-r--r--chapter04/chapter04.xml2
-rw-r--r--chapter05/gcc-pass2-inst.xml2
-rw-r--r--chapter06/gcc-inst.xml2
-rw-r--r--index.xml4
5 files changed, 52 insertions, 50 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0b389efa2..36c7b19b4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -6,47 +6,6 @@
<itemizedlist>
-<listitem><para>August 29, 2003 [jeremy] - Glibc - updated
-instructions with the sscanf patch from patches.</para></listitem>
-
-<listitem><para>August 29, 2003 [jeremy] - Updated GCC
-to version 3.3.1, including fixes based on Zack's mini-hint
-for GCC 3.3, and patches from his docs.</para></listitem>
-
-<listitem><para>August 28, 2003 [matt] - Updated packages
-to linux-2.4.22, man-pages-1.60, expect-5.39.0,
-findutils-4.1.20 and tcl-8.4.4</para></listitem>
-
-<listitem><para>August 28, 2003 [jeremy] - New
-bash-2.05b-2.patch file to include the 7 patches
-from ftp.gnu.org</para></listitem>
-
-<listitem><para>August 27, 2003 [jeremy] - Chapter 06 -
-Inetutils: Added --sysconfdir=/etc --localstatedir=/var
-and moved the ping binary from /usr/bin to /bin</para>
-</listitem>
-
-<listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
-Creating /etc/hosts: Changed www.mydomain.org to
-&lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
-
-<listitem><para>August 26, 2003 [jeremy] - Chapter 04 -
-Mounting the LFS partition: Added text regarding mounting
-with too restrictive permissions.</para></listitem>
-
-<listitem><para>August 26, 2003 [jeremy] - Chapter 06 -
-Creating Directories: Added the creation of the /dev/shm
-directory.</para></listitem>
-
-<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
-Creating fstab: Added the mount of tmpfs filesystem to
-/dev/shm.</para></listitem>
-
-<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
-Kernel Installation: Added a reminder to compile tmpfs
-support into the kernel.</para></listitem>
-
-
<listitem><para>Upgraded to:
<itemizedlist>
<listitem><para>automake-1.7.6</para></listitem>
@@ -56,7 +15,7 @@ support into the kernel.</para></listitem>
<listitem><para>file-4.03</para></listitem>
<listitem><para>findutils-4.1.7</para></listitem>
<listitem><para>gawk-3.1.3</para></listitem>
-<listitem><para>gcc-3.2.3</para></listitem>
+<listitem><para>gcc-3.3.1</para></listitem>
<listitem><para>gettext-0.12.1</para></listitem>
<listitem><para>glibc-2.3.2</para></listitem>
<listitem><para>grep-2.5.1</para></listitem>
@@ -94,9 +53,8 @@ support into the kernel.</para></listitem>
<listitem><para>gawk-3.1.2.patch</para></listitem>
<listitem><para>gcc-2.95.3</para></listitem>
<listitem><para>gcc-2.95.3-2.patch</para></listitem>
-<listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
-<listitem><para>gcc-3.2.3-no_fixincludes.patch</para></listitem>
-<listitem><para>gcc-3.2.3-specs-4.patch</para></listitem>
+<listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
+<listitem><para>gcc-3.3.1-specs.patch</para></listitem>
<listitem><para>inetutils-1.4.2</para></listitem>
<listitem><para>lfs-utils-0.3</para></listitem>
<listitem><para>ncurses-5.3-etip.patch</para></listitem>
@@ -112,6 +70,7 @@ support into the kernel.</para></listitem>
<listitem><para>fileutils-4.1.patch</para></listitem>
<listitem><para>findutils-4.1-segfault.patch</para></listitem>
<listitem><para>findutils-4.1.patch</para></listitem>
+<listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
<listitem><para>gzip-1.2.4b.patch</para></listitem>
<listitem><para>netkit-base-0.17</para></listitem>
<listitem><para>sh-utils-2.0</para></listitem>
@@ -123,6 +82,49 @@ support into the kernel.</para></listitem>
</itemizedlist>
</para></listitem>
+<listitem><para>August 30, 2003 [jeremy] - Updated fix-includes
+patch to GCC 3.3.1</para></listitem>
+
+<listitem><para>August 29, 2003 [jeremy] - Glibc - updated
+instructions with the sscanf patch from patches.</para></listitem>
+
+<listitem><para>August 29, 2003 [jeremy] - Updated GCC
+to version 3.3.1, including fixes based on Zack's mini-hint
+for GCC 3.3, and patches from his docs.</para></listitem>
+
+<listitem><para>August 28, 2003 [matt] - Updated packages
+to linux-2.4.22, man-pages-1.60, expect-5.39.0,
+findutils-4.1.20 and tcl-8.4.4</para></listitem>
+
+<listitem><para>August 28, 2003 [jeremy] - New
+bash-2.05b-2.patch file to include the 7 patches
+from ftp.gnu.org</para></listitem>
+
+<listitem><para>August 27, 2003 [jeremy] - Chapter 06 -
+Inetutils: Added --sysconfdir=/etc --localstatedir=/var
+and moved the ping binary from /usr/bin to /bin</para>
+</listitem>
+
+<listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
+Creating /etc/hosts: Changed www.mydomain.org to
+&lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
+
+<listitem><para>August 26, 2003 [jeremy] - Chapter 04 -
+Mounting the LFS partition: Added text regarding mounting
+with too restrictive permissions.</para></listitem>
+
+<listitem><para>August 26, 2003 [jeremy] - Chapter 06 -
+Creating Directories: Added the creation of the /dev/shm
+directory.</para></listitem>
+
+<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
+Creating fstab: Added the mount of tmpfs filesystem to
+/dev/shm.</para></listitem>
+
+<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
+Kernel Installation: Added a reminder to compile tmpfs
+support into the kernel.</para></listitem>
+
<listitem><para>August 30th, 2003 [alex]: Added some missing markup, changed
a few /static's to /stage1's.</para></listitem>
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml
index 34ff88c0b..17c7537e5 100644
--- a/chapter04/chapter04.xml
+++ b/chapter04/chapter04.xml
@@ -247,7 +247,7 @@ GCC Patch (&gcc-2953-patch-version;) - &gcc-2953-patch-size;:
GCC Specs Patch:
<ulink url="&http;/gcc-3.3.1-specs.patch"/>
GCC No Fixincludes Patch:
-<ulink url="&http;/gcc-3.3.1-no_fixincludes.patch"/>
+<ulink url="&http;/gcc-3.3.1-no_fixincludes-2.patch"/>
Glibc Sscanf Patch:
<ulink url="&http;/glibc-2.3.2-sscanf-1.patch"/>
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index 3a090fb06..a3a58e0ee 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -9,7 +9,7 @@ subdir.</para>
<para>First correct one problem and make an essential adjustment:</para>
-<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
+<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch
patch -Np1 -i ../gcc-&gcc-specs-version;.patch</userinput></screen></para>
<para>The last patch changes GCC's default location of the dynamic linker,
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index 0908c05a7..e0602ccc5 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -16,7 +16,7 @@ GCC-testsuite package. The full GCC package contains even more
compilers. Instructions for building these can be found at
<ulink url="&blfs-root;view/cvs/general/gcc.html"/>.</para>
-<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
+<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch
</userinput></screen></para>
<para>GCC's installation documentation recommends to build the package in a
diff --git a/index.xml b/index.xml
index 0a204d959..c6f9870cf 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20030829">
-<!ENTITY releasedate "August 29th, 2003">
+<!ENTITY version "20030830">
+<!ENTITY releasedate "August 30th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">