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
20f32366
Commit
20f32366
authored
Jul 29, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modifications for bsdi from Kurt(sp?)
parent
7450ea6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
src/mk/port/postgres.mk.bsdi_2_1
src/mk/port/postgres.mk.bsdi_2_1
+9
-10
No files found.
src/mk/port/postgres.mk.bsdi_2_1
View file @
20f32366
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
#
#
# postgres.mk.bsdi--
# postgres.mk.bsdi--
# Intel x86/BSDi v2.
0
specific rules and variables
# Intel x86/BSDi v2.
1
specific rules and variables
#
#
#
for questions about the BSD/OS port, contact Kurt Lidl (lidl@pix.com)
#
for questions about the BSD/OS port, contact:
#
#
Bruce Momjian (maillist@candle.pha.pa.us)
#
Copyright (c) 1994-5, Regents of the University of California
#
Kurt Lidl (lidl@pix.com)
#
#
# Copyright (c) 1994-5, Regents of the University of California
#
# NOTE
# NOTE
# you may remove lines that start with ## which are general comments
# you may remove lines that start with ## which are general comments
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +16,7 @@ ifndef MK_PORT
...
@@ -14,7 +16,7 @@ ifndef MK_PORT
MK_PORT= bsdi_2_1
MK_PORT= bsdi_2_1
# cc is gcc v1.42
# cc is gcc v1.42
# gcc is gcc v2.
6.3
# gcc is gcc v2.
7.2
CC= gcc
CC= gcc
RANLIB= ranlib
RANLIB= ranlib
...
@@ -22,10 +24,6 @@ INSTALL= install
...
@@ -22,10 +24,6 @@ INSTALL= install
LEX= lex
LEX= lex
AROPT= cq
AROPT= cq
# use the regex library
USE_REGEX = 1
LDADD_BE= -ldl -lcompat
LD_ADD+= -ltermcap
LD_ADD+= -ltermcap
#
#
...
@@ -36,6 +34,7 @@ SLSUFF= .o
...
@@ -36,6 +34,7 @@ SLSUFF= .o
#
#
# for postgres.mk
# for postgres.mk
#
#
CFLAGS_OPT= -O -DUSE_POSIX_SIGNALS # -O2
CFLAGS_OPT= -O2 -m486
CFLAGS_BE = -DUSE_POSIX_SIGNALS
endif
endif
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