From ca2e9e98c7b3fd496b4a226f6248061c6d2ad3fb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 29 Jul 2007 19:43:22 +0000 Subject: Retire support for 4 and 4-exp builds --- Tools/portbuild/scripts/makeindex | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index 89f574b65561..a17892a73dba 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -26,14 +26,6 @@ if [ $# != 1 ]; then fi case "x$1" in - x4) - branch=4 - INDEXFILE=INDEX - ;; - x4-exp) - branch=4-exp - INDEXFILE=INDEX - ;; x5) branch=5 INDEXFILE=INDEX-5 -- cgit v1.2.3