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

Commit97b8013

Browse files
committed
Add an ifneq to avoid make warning on AIX --- there is a separate rule
for postgres: on line 86, and line 43 shouldn't be used. Noted whilelooking at kookaburra buildfarm results.
1 parentfbbe002 commit97b8013

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.109 2005/07/28 04:31:30 tgl Exp $
7+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.110 2005/10/27 20:45:29 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -38,14 +38,17 @@ all: submake-libpgport postgres $(POSTGRES_IMP)
3838

3939
ifneq ($(PORTNAME), cygwin)
4040
ifneq ($(PORTNAME), win32)
41+
ifneq ($(PORTNAME), aix)
4142

4243
postgres:$(OBJS)
4344
$(CC)$(CFLAGS)$(LDFLAGS)$(export_dynamic)$^$(LIBS) -o$@
4445

4546
endif
4647
endif
48+
endif
4749

4850
ifeq ($(PORTNAME), cygwin)
51+
4952
postgres:$(OBJS)$(DLLINIT) postgres.def libpostgres.a
5053
$(DLLTOOL) --dllname$@$(X) --output-exp$@.exp --def postgres.def
5154
$(CC)$(CFLAGS)$(LDFLAGS) -o$@$(X) -Wl,--base-file,$@.base$@.exp$(OBJS)$(LIBS)
@@ -78,7 +81,6 @@ libpostgres.a: postgres.def
7881

7982
endif# win32
8083

81-
8284
ifeq ($(PORTNAME), aix)
8385

8486
postgres:$(POSTGRES_IMP)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp