Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14531e0

Browse files
committed
Rename irix5 port to irix.
1 parentbef228d commit14531e0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ case $host_os in
13891389
dgux*) template=dgux ;;
13901390
freebsd*) template=freebsd ;;
13911391
hpux*) template=hpux ;;
1392-
irix*) template=irix5 ;;
1392+
irix*) template=irix ;;
13931393
linux*) template=linux ;;
13941394
mingw*) template=win32 ;;
13951395
netbsd*) template=netbsd ;;

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.352 2004/05/19 21:37:42 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -56,7 +56,7 @@ case $host_os in
5656
dgux*) template=dgux ;;
5757
freebsd*) template=freebsd ;;
5858
hpux*) template=hpux ;;
59-
irix*) template=irix5 ;;
59+
irix*) template=irix ;;
6060
linux*) template=linux ;;
6161
mingw*) template=win32 ;;
6262
netbsd*) template=netbsd ;;

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.75 2004/05/12 21:56:27 momjian Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.76 2004/05/19 21:37:43 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -139,7 +139,7 @@ ifeq ($(PORTNAME), hpux)
139139
endif
140140
endif
141141

142-
ifeq ($(PORTNAME),irix5)
142+
ifeq ($(PORTNAME),irix)
143143
shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
144144
LINK.shared= $(COMPILER) -shared -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
145145
endif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* Dummy file used for nothing at this point
22
*
3-
* seeirix5.h
3+
* seeirix.h
44
*/

‎src/backend/port/dynloader/irix5.hrenamed to‎src/backend/port/dynloader/irix.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
3-
*irix5.h
4-
* port-specific prototypes for Irix 5
3+
*irix.h
4+
* port-specific prototypes for Irix
55
*
66
*
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/port/dynloader/irix5.h,v 1.15 2003/11/29 22:39:55 pgsql Exp $
10+
* $PostgreSQL: pgsql/src/backend/port/dynloader/irix.h,v 1.1 2004/05/19 21:37:43 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp