diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-21 03:39:20 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-21 03:39:20 +0000 |
commit | 37dcf2af375d91d1095e54403db6b77ea523ba4e (patch) | |
tree | af13339eed5155fd2f8903928c39aee8bbe3a3e2 /entities | |
parent | bcd0ce7faafae9e2e127beab3374fb1cf2e448e0 (diff) |
Rolled back 4 patches to seds: GCC Suppress-Libiberty, Grub Gcc33, Man Manpath, Man Pager. Closes Bug 461.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/gcc.ent | 2 | ||||
-rw-r--r-- | entities/grub.ent | 3 | ||||
-rw-r--r-- | entities/man.ent | 5 |
3 files changed, 0 insertions, 10 deletions
diff --git a/entities/gcc.ent b/entities/gcc.ent index 06b20b689..1dbf17572 100644 --- a/entities/gcc.ent +++ b/entities/gcc.ent @@ -24,8 +24,6 @@ <!ENTITY gcc-nofixincludes-patch-size "1 KB"> <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> <!ENTITY gcc-specs-patch-size "11 KB"> -<!ENTITY gcc-suppress-libiberty-patch "gcc-&gcc-version;-suppress-libiberty-1.patch"> -<!ENTITY gcc-suppress-libiberty-patch-size "1 KB"> <!ENTITY gcc-compsize-tools-pass1 "300 MB"> <!ENTITY gcc-time-tools-pass1 "4.4 SBU"> diff --git a/entities/grub.ent b/entities/grub.ent index 5cfa265e0..42928654c 100644 --- a/entities/grub.ent +++ b/entities/grub.ent @@ -13,8 +13,5 @@ <!ENTITY grub-package "grub-&grub-version;.tar.gz"> <!ENTITY grub-size "870 KB"> -<!ENTITY grub-patch "grub-&grub-version;-gcc33-1.patch"> -<!ENTITY grub-patch-size "1 KB"> - <!ENTITY grub-compsize "10 MB"> <!ENTITY grub-time "0.2 SBU"> diff --git a/entities/man.ent b/entities/man.ent index c5b0b6a52..ac2a59cb2 100644 --- a/entities/man.ent +++ b/entities/man.ent @@ -15,11 +15,6 @@ <!ENTITY man-80cols-patch "man-&man-version;-80cols.patch"> <!ENTITY man-80cols-patch-size "1 KB"> -<!ENTITY man-manpath-patch "man-&man-version;-manpath.patch"> -<!ENTITY man-manpath-patch-size "1 KB"> -<!ENTITY man-pager-patch "man-&man-version;-pager.patch"> -<!ENTITY man-pager-patch-size "1 KB"> - <!ENTITY man-compsize "1.9MB"> <!ENTITY man-time "0.1 SBU"> |