mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
More merges from Dr. George's tree...
- src/backend/tcop/*
- cosmetic changes to OPENLINK patches
- src/backend/storage/*
- more changes, mostly cosmetic
- src/backend/ports/*
- merge in patches for aix and i386_solaris
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/aix/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:41 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/aix/Attic/Makefile.inc,v 1.2 1996/07/22 22:59:27 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -26,9 +26,11 @@ HEADERS+= dlfcn.h machine.h port-protos.h
|
||||
|
||||
SUBSRCS+= dlfcn.c
|
||||
|
||||
MKLDEXPORT=$(POSTGRESDIR)/src/backend/port/aix/mkldexport.sh
|
||||
|
||||
${PROG}.exp: ${PROG}.noexp
|
||||
mv -f $(objdir)/${PROG}.noexp $(objdir)/${PROG}
|
||||
$(CURDIR)/port/aix/mkldexport.sh $(objdir)/${PROG} ${BINDIR} > $(objdir)/${PROG}.exp
|
||||
$(MKLDEXPORT) $(objdir)/${PROG} ${BINDIR} > $(objdir)/${PROG}.exp
|
||||
mv -f $(objdir)/${PROG} $(objdir)/${PROG}.noexp
|
||||
|
||||
${PROG}.noexp: ${OBJS}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile.inc,v 1.1 1996/07/20 08:34:32 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile.inc,v 1.2 1996/07/22 22:59:34 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -15,6 +15,6 @@ CFLAGS+= -DUSE_POSIX_TIME -DNEED_ISINF -DNEED_RUSAGE -DNO_EMPTY_STMTS
|
||||
|
||||
LDADD+= -ll -ldl
|
||||
|
||||
SUBSRCS+= port.c
|
||||
SUBSRCS+= port.c tas.s
|
||||
|
||||
HEADERS+= machine.h port-protos.h rusagestub.h
|
||||
|
||||
Reference in New Issue
Block a user