diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-01 19:10:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-01 19:10:46 +0000 |
commit | 46e606f94025ac21e748e025b921ff4704008535 (patch) | |
tree | 549826dc8d5aae73c672a8a59d72ffcb3bb7d10c /chapter04 | |
parent | 689a79b113cbd0307ec3486d248df9b627dbfbab (diff) |
Removed glibc-2.0 workarounds, removed export...unset constructs and replaced with var=varu ./configure constructs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/gzip-patch.xml | 4 | ||||
-rw-r--r-- | chapter04/packages.xml | 2 | ||||
-rw-r--r-- | chapter04/shellutils-patch.xml | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/chapter04/gzip-patch.xml b/chapter04/gzip-patch.xml deleted file mode 100644 index 0cceaea3c..000000000 --- a/chapter04/gzip-patch.xml +++ /dev/null @@ -1,4 +0,0 @@ -Gzip Patch (&gzip-version;) - &gzip-patch-size;: -<ulink url="&ftp;/gzip-&gzip-version;.patch.bz2">&ftp;/gzip-&gzip-version;.patch.bz2</ulink> -<ulink url="&http;/gzip-&gzip-version;.patch.bz2">&http;/gzip-&gzip-version;.patch.bz2</ulink> - diff --git a/chapter04/packages.xml b/chapter04/packages.xml index 12dbb1d30..e527a73c4 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -15,11 +15,9 @@ &c3-kernel; &c3-grep; &c3-gzip; -&c3-gzip-patch; &c3-make; &c3-sed; &c3-shellutils; -&c3-shellutils-patch; &c3-tar; &c3-tar-patch; &c3-textutils; diff --git a/chapter04/shellutils-patch.xml b/chapter04/shellutils-patch.xml deleted file mode 100644 index 8e16fdb78..000000000 --- a/chapter04/shellutils-patch.xml +++ /dev/null @@ -1,4 +0,0 @@ -Sh-utils Patch (&sh-utils-version;) - &sh-utils-patch-size;: -<ulink url="&ftp;/sh-utils-&sh-utils-version;.patch.bz2">&ftp;/sh-utils-&sh-utils-version;.patch.bz2</ulink> -<ulink url="&http;/sh-utils-&sh-utils-version;.patch.bz2">&http;/sh-utils-&sh-utils-version;.patch.bz2</ulink> - |