Remove linux24 conditionals from mcas/Makefile.osi
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 18 Mar 2015 17:36:26 +0000 (13:36 -0400)
committerDaria Brashear <shadow@your-file-system.com>
Wed, 15 Apr 2015 14:49:30 +0000 (10:49 -0400)
Linux 2.4 has been desupported by OpenAFS.

Change-Id: I7803d718ca9d2760a799f1ac2c438f8e6df8b9b9
Reviewed-on: http://gerrit.openafs.org/11806
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Chas Williams <3chas3@gmail.com>
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
Tested-by: Daria Brashear <shadow@your-file-system.com>

src/mcas/Makefile.osi

index a4b47e3..547c532 100644 (file)
@@ -3,18 +3,10 @@
 # INTEL, X86_64, PPC, IA64, MIPS, SPARC, ALPHA
 #
 
-ifeq ($(SYS_NAME),i386_linux24)
-ARCH          := INTEL
-endif
-
 ifeq ($(SYS_NAME),i386_linux26)
 ARCH          := INTEL
 endif
 
-ifeq ($(SYS_NAME),amd64_linux24)
-ARCH          := X86_64
-endif
-
 ifeq ($(SYS_NAME),amd64_linux26)
 ARCH          := X86_64
 endif