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

Commit94e5642

Browse files
committed
More Merge's from Dr' sourec tree
1 parent245686d commit94e5642

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎src/mk/port/postgres.mk.aix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Copyright (c) 1994-5, Regents of the University of California
77
#
8-
# $Id: postgres.mk.aix,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
8+
# $Id: postgres.mk.aix,v 1.2 1996/07/23 03:24:47 scrappy Exp $
99
#
1010
#
1111
#-------------------------------------------------------------------------
@@ -43,8 +43,10 @@ CFLAGS_BE+= -qchars=signed -qmaxmem=4000 -DHAVE_ANSI_CPP
4343
EXPSUFF=.exp
4444
SLSUFF=.so
4545

46+
MKLDEXPORT=$(srcdir)/backend/port/aix/mkldexport.sh
47+
4648
%$(EXPSUFF): %.o
47-
mkldexport $(objdir)/$(<F) `pwd` > $(objdir)/$(@F)
49+
$(MKLDEXPORT) $(objdir)/$(<F) `pwd` > $(objdir)/$(@F)
4850

4951
%.so: %.o %$(EXPSUFF)
5052
@echo The link stage here:

‎src/mk/port/postgres.mk.sparc_solaris

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Copyright (c) 1994-5, Regents of the University of California
77
#
8-
# $Id: postgres.mk.sparc_solaris,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
8+
# $Id: postgres.mk.sparc_solaris,v 1.2 1996/07/23 03:24:47 scrappy Exp $
99
#
1010
#-------------------------------------------------------------------------
1111
ifndef MK_PORT
@@ -29,7 +29,7 @@ INSTALL=/usr/ucb/install
2929
# everything to compile. :-/
3030
#
3131
# The extra -I flag is to scoop up extra BSD-emulating headers.
32-
CFLAGS_BE+= -DSYSV_DIRENT -I$(POSTGRESDIR)/src/backend/port/sparc_solaris
32+
CFLAGS_BE+= -DSYSV_DIRENT -I$(srcdir)/backend/port/sparc_solaris
3333
LDADD_BE+= -lsocket -lnsl
3434

3535
LD_ADD+= $(LDADD_BE)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp