]> granicus.if.org Git - postgresql/commitdiff
Rename irix5 port to irix.
authorBruce Momjian <bruce@momjian.us>
Wed, 19 May 2004 21:37:43 +0000 (21:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 19 May 2004 21:37:43 +0000 (21:37 +0000)
configure
configure.in
src/Makefile.shlib
src/backend/port/dynloader/irix.c [moved from src/backend/port/dynloader/irix5.c with 77% similarity]
src/backend/port/dynloader/irix.h [moved from src/backend/port/dynloader/irix5.h with 88% similarity]
src/makefiles/Makefile.irix [moved from src/makefiles/Makefile.irix5 with 100% similarity]
src/template/irix [moved from src/template/irix5 with 100% similarity]

index 80fa0952bc7d2a73d9c9510d82ba8630bb736c6c..1ac7abc2136794b1816157b8fd8f69cb34073bca 100755 (executable)
--- a/configure
+++ b/configure
@@ -1389,7 +1389,7 @@ case $host_os in
     dgux*) template=dgux ;;
  freebsd*) template=freebsd ;;
     hpux*) template=hpux ;;
-    irix*) template=irix5 ;;
+    irix*) template=irix ;;
    linux*) template=linux ;;
    mingw*) template=win32 ;;
   netbsd*) template=netbsd ;;
index 10f4e27f185fdc737148d0e00279473084b85b7b..ef5d175da8f414b15ac444523e65b6a3949c47e2 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.352 2004/05/19 21:37:42 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -56,7 +56,7 @@ case $host_os in
     dgux*) template=dgux ;;
  freebsd*) template=freebsd ;;
     hpux*) template=hpux ;;
-    irix*) template=irix5 ;;
+    irix*) template=irix ;;
    linux*) template=linux ;;
    mingw*) template=win32 ;;
   netbsd*) template=netbsd ;;
index 0414398d89c1f7260fcb1622167ef7ebef3313b8..300d8854470438c7a8511e130944080781b6bc35 100644 (file)
@@ -6,7 +6,7 @@
 # Copyright (c) 1998, Regents of the University of California
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/Makefile.shlib,v 1.75 2004/05/12 21:56:27 momjian Exp $
+#    $PostgreSQL: pgsql/src/Makefile.shlib,v 1.76 2004/05/19 21:37:43 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -139,7 +139,7 @@ ifeq ($(PORTNAME), hpux)
   endif
 endif
 
-ifeq ($(PORTNAME), irix5)
+ifeq ($(PORTNAME), irix)
   shlib                        := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
   LINK.shared          = $(COMPILER) -shared -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
 endif
similarity index 77%
rename from src/backend/port/dynloader/irix5.c
rename to src/backend/port/dynloader/irix.c
index a8e7f97195997c02b6d6750c0da91cfadd896d55..d5a654b0cfeecb5ca3fedfca202b7bf7ae0a0982 100644 (file)
@@ -1,4 +1,4 @@
 /* Dummy file used for nothing at this point
  *
- * see irix5.h
+ * see irix.h
  */
similarity index 88%
rename from src/backend/port/dynloader/irix5.h
rename to src/backend/port/dynloader/irix.h
index c642f5db9d3799270e75ddf0eb2d810d35f10f65..c49418dcfc8f16ea50aa328c7520465e2a1dd87b 100644 (file)
@@ -1,13 +1,13 @@
 /*-------------------------------------------------------------------------
  *
- * irix5.h
- *       port-specific prototypes for Irix 5
+ * irix.h
+ *       port-specific prototypes for Irix
  *
  *
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/port/dynloader/irix5.h,v 1.15 2003/11/29 22:39:55 pgsql Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/irix.h,v 1.1 2004/05/19 21:37:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
similarity index 100%
rename from src/template/irix5
rename to src/template/irix