浏览代码

New patch for GCC's fixincludes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 年之前
父节点
当前提交
b19d5f969a
共有 5 个文件被更改,包括 52 次插入50 次删除
  1. 47 45
      chapter01/changelog.xml
  2. 1 1
      chapter04/chapter04.xml
  3. 1 1
      chapter05/gcc-pass2-inst.xml
  4. 1 1
      chapter06/gcc-inst.xml
  5. 2 2
      index.xml

+ 47 - 45
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>
 

+ 1 - 1
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"/>

+ 1 - 1
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,

+ 1 - 1
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

+ 2 - 2
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">