mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Rename irix5 port to irix.
This commit is contained in:
parent
bef228d1ee
commit
14531e0c44
2
configure
vendored
2
configure
vendored
@ -1389,7 +1389,7 @@ case $host_os in
|
|||||||
dgux*) template=dgux ;;
|
dgux*) template=dgux ;;
|
||||||
freebsd*) template=freebsd ;;
|
freebsd*) template=freebsd ;;
|
||||||
hpux*) template=hpux ;;
|
hpux*) template=hpux ;;
|
||||||
irix*) template=irix5 ;;
|
irix*) template=irix ;;
|
||||||
linux*) template=linux ;;
|
linux*) template=linux ;;
|
||||||
mingw*) template=win32 ;;
|
mingw*) template=win32 ;;
|
||||||
netbsd*) template=netbsd ;;
|
netbsd*) template=netbsd ;;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
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
|
||||||
dnl Developers, please strive to achieve this order:
|
dnl Developers, please strive to achieve this order:
|
||||||
dnl
|
dnl
|
||||||
@ -56,7 +56,7 @@ case $host_os in
|
|||||||
dgux*) template=dgux ;;
|
dgux*) template=dgux ;;
|
||||||
freebsd*) template=freebsd ;;
|
freebsd*) template=freebsd ;;
|
||||||
hpux*) template=hpux ;;
|
hpux*) template=hpux ;;
|
||||||
irix*) template=irix5 ;;
|
irix*) template=irix ;;
|
||||||
linux*) template=linux ;;
|
linux*) template=linux ;;
|
||||||
mingw*) template=win32 ;;
|
mingw*) template=win32 ;;
|
||||||
netbsd*) template=netbsd ;;
|
netbsd*) template=netbsd ;;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Copyright (c) 1998, Regents of the University of California
|
# Copyright (c) 1998, Regents of the University of California
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PORTNAME), irix5)
|
ifeq ($(PORTNAME), irix)
|
||||||
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
|
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
|
||||||
LINK.shared = $(COMPILER) -shared -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
|
LINK.shared = $(COMPILER) -shared -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
|
||||||
endif
|
endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Dummy file used for nothing at this point
|
/* Dummy file used for nothing at this point
|
||||||
*
|
*
|
||||||
* see irix5.h
|
* see irix.h
|
||||||
*/
|
*/
|
@ -1,13 +1,13 @@
|
|||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* irix5.h
|
* irix.h
|
||||||
* port-specific prototypes for Irix 5
|
* port-specific prototypes for Irix
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* 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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
Loading…
x
Reference in New Issue
Block a user