Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
94e5642b
Commit
94e5642b
authored
Jul 23, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Merge's from Dr' sourec tree
parent
245686d4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/mk/port/postgres.mk.aix
src/mk/port/postgres.mk.aix
+4
-2
src/mk/port/postgres.mk.sparc_solaris
src/mk/port/postgres.mk.sparc_solaris
+2
-2
No files found.
src/mk/port/postgres.mk.aix
View file @
94e5642b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#
#
# Copyright (c) 1994-5, Regents of the University of California
# Copyright (c) 1994-5, Regents of the University of California
#
#
# $Id: postgres.mk.aix,v 1.
1.1.1 1996/07/09 06:22:20
scrappy Exp $
# $Id: postgres.mk.aix,v 1.
2 1996/07/23 03:24:47
scrappy Exp $
#
#
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -43,8 +43,10 @@ CFLAGS_BE+= -qchars=signed -qmaxmem=4000 -DHAVE_ANSI_CPP
...
@@ -43,8 +43,10 @@ CFLAGS_BE+= -qchars=signed -qmaxmem=4000 -DHAVE_ANSI_CPP
EXPSUFF= .exp
EXPSUFF= .exp
SLSUFF= .so
SLSUFF= .so
MKLDEXPORT=$(srcdir)/backend/port/aix/mkldexport.sh
%$(EXPSUFF): %.o
%$(EXPSUFF): %.o
mkldexport
$(objdir)/$(<F) `pwd` > $(objdir)/$(@F)
$(MKLDEXPORT)
$(objdir)/$(<F) `pwd` > $(objdir)/$(@F)
%.so: %.o %$(EXPSUFF)
%.so: %.o %$(EXPSUFF)
@echo The link stage here:
@echo The link stage here:
...
...
src/mk/port/postgres.mk.sparc_solaris
View file @
94e5642b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#
#
# Copyright (c) 1994-5, Regents of the University of California
# Copyright (c) 1994-5, Regents of the University of California
#
#
# $Id: postgres.mk.sparc_solaris,v 1.
1.1.1 1996/07/09 06:22:20
scrappy Exp $
# $Id: postgres.mk.sparc_solaris,v 1.
2 1996/07/23 03:24:47
scrappy Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
ifndef MK_PORT
ifndef MK_PORT
...
@@ -29,7 +29,7 @@ INSTALL=/usr/ucb/install
...
@@ -29,7 +29,7 @@ INSTALL=/usr/ucb/install
# everything to compile. :-/
# everything to compile. :-/
#
#
# The extra -I flag is to scoop up extra BSD-emulating headers.
# The extra -I flag is to scoop up extra BSD-emulating headers.
CFLAGS_BE+= -DSYSV_DIRENT -I$(
POSTGRESDIR)/src
/backend/port/sparc_solaris
CFLAGS_BE+= -DSYSV_DIRENT -I$(
srcdir)
/backend/port/sparc_solaris
LDADD_BE+= -lsocket -lnsl
LDADD_BE+= -lsocket -lnsl
LD_ADD+= $(LDADD_BE)
LD_ADD+= $(LDADD_BE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment