patch filename fix (fixedincludes->fixincludes)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-07 20:08:04 +00:00
parent a245348ddb
commit ac21379d33
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
<sect2>
<title>Installation of GCC</title>
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs.patch
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch
patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch </userinput></screen></para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20030506">
<!ENTITY releasedate "May 6th, 2003">
<!ENTITY version "20030507">
<!ENTITY releasedate "May 7th, 2003">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">