diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-08-26 23:43:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-08-26 23:43:23 +0000 |
commit | 6f9d1a9f8e1a372153081cadf0180675474b1e44 (patch) | |
tree | cf8288b41af4cb6ceffc99ec01c9eaa61e730b57 /chapter04 | |
parent | d40a646fd9491d7da0a470684c8726919cd4d817 (diff) |
updated to automake-1.6.3, gcc-3.2, groff-1.18, makedev-1.7, perl-5.8.0, util-linux-2.11u | added gcc-3.2.patch glibc-2.2.5-2.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/gcc-patch.xml | 3 | ||||
-rw-r--r-- | chapter04/glibc-patch.xml | 6 | ||||
-rw-r--r-- | chapter04/packages.xml | 2 | ||||
-rw-r--r-- | chapter04/perl-patch.xml | 3 |
4 files changed, 7 insertions, 7 deletions
diff --git a/chapter04/gcc-patch.xml b/chapter04/gcc-patch.xml new file mode 100644 index 000000000..f93b6248e --- /dev/null +++ b/chapter04/gcc-patch.xml @@ -0,0 +1,3 @@ +GCC Patch (&gcc-patch-version;) - &gcc-patch-size;: +<ulink url="&ftp;/gcc-&gcc-patch-version;.patch.bz2"/> +<ulink url="&http;/gcc-&gcc-patch-version;.patch.bz2"/> diff --git a/chapter04/glibc-patch.xml b/chapter04/glibc-patch.xml index 5ce5d649b..62028d316 100644 --- a/chapter04/glibc-patch.xml +++ b/chapter04/glibc-patch.xml @@ -1,3 +1,3 @@ -Glibc Patch (&glibc-version;) - &glibc-patch-size;: -<ulink url="&ftp;/glibc-&glibc-version;.patch.bz2"/> -<ulink url="&http;/glibc-&glibc-version;.patch.bz2"/> +Glibc Patch (&glibc-patch-version;) - &glibc-patch-size;: +<ulink url="&ftp;/glibc-&glibc-patch-version;.patch.bz2"/> +<ulink url="&http;/glibc-&glibc-patch-version;.patch.bz2"/> diff --git a/chapter04/packages.xml b/chapter04/packages.xml index f271dbc94..5cb8a69e5 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -12,6 +12,7 @@ &c3-fileutils; &c3-fileutils-patch; &c3-gcc; +&c3-gcc-patch; &c3-kernel; &c3-grep; &c3-gzip; @@ -45,7 +46,6 @@ &c3-groff; &c3-man; &c3-perl; -&c3-perl-patch; &c3-m4; &c3-autoconf; &c3-automake; diff --git a/chapter04/perl-patch.xml b/chapter04/perl-patch.xml deleted file mode 100644 index 451eed9ce..000000000 --- a/chapter04/perl-patch.xml +++ /dev/null @@ -1,3 +0,0 @@ -Perl Patch (&perl-version;) - &perl-patch-size;: -<ulink url="&ftp;/perl-&perl-version;.patch.bz2"/> -<ulink url="&http;/perl-&perl-version;.patch.bz2"/> |