More ports switched over
authorMarc G. Fournier
Sat, 20 Dec 1997 03:23:46 +0000 (03:23 +0000)
committerMarc G. Fournier
Sat, 20 Dec 1997 03:23:46 +0000 (03:23 +0000)
src/backend/port/dynloader/i386_solaris.h [moved from src/backend/port/i386_solaris/port-protos.h with 93% similarity]
src/backend/port/dynloader/irix5.h [moved from src/backend/port/irix5/port-protos.h with 100% similarity]
src/backend/port/irix5/Makefile [deleted file]
src/backend/port/irix5/README [deleted file]
src/backend/port/irix5/port.c [deleted file]

similarity index 93%
rename from src/backend/port/i386_solaris/port-protos.h
rename to src/backend/port/dynloader/i386_solaris.h
index 0739e2142813a1a7121df9ba24ffb91913d07a60..adbd4a4c3be72ff8e6b2f65edf263d7b83f19a47 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port-protos.h,v 1.4 1997/12/19 22:45:59 scrappy Exp $
+ * $Id: i386_solaris.h,v 1.1 1997/12/20 03:23:33 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/irix5/Makefile b/src/backend/port/irix5/Makefile
deleted file mode 100644 (file)
index 1248424..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile--
-#    Makefile for port/irix5
-#
-# IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/port/irix5/Attic/Makefile,v 1.3 1997/12/20 00:25:48 scrappy Exp $
-#
-#-------------------------------------------------------------------------
-
-SRCDIR = ../../..
-include ../../../Makefile.global
-
-INCLUDE_OPT = -I../.. 
-
-CFLAGS+=$(INCLUDE_OPT)
-
-OBJS = port.o
-
-all: SUBSYS.o
-
-SUBSYS.o: $(OBJS)
-   $(LD) -r -o SUBSYS.o $(OBJS)
-
-depend dep:
-   $(CC) -MM $(INCLUDE_OPT) *.c >depend
-
-clean: 
-   rm -f SUBSYS.o $(OBJS)
-
-ifeq (depend,$(wildcard depend))
-include depend
-endif
-
diff --git a/src/backend/port/irix5/README b/src/backend/port/irix5/README
deleted file mode 100644 (file)
index 2c66463..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-The IRIX 5 port was contributed by
-   Paul 'Shag' Walmsley 
diff --git a/src/backend/port/irix5/port.c b/src/backend/port/irix5/port.c
deleted file mode 100644 (file)
index 6c60ade..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * port.c--
- *   Irix5-specific routines
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- *
- * IDENTIFICATION
- *   /usr/local/devel/pglite/cvs/src/backend/port/sparc_solaris/port.c,v 1.2 1995/03/17 06:40:19 andrew Exp
- *
- *-------------------------------------------------------------------------
- */
-#include               /* for pow() prototype */
-
-#include