Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
c5c8983e
Commit
c5c8983e
authored
28 years ago
by
Bryan Henderson
Browse files
Options
Downloads
Patches
Plain Diff
Add complete setting of AROPT
parent
763adb52
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.global
+11
-8
11 additions, 8 deletions
src/Makefile.global
with
11 additions
and
8 deletions
src/Makefile.global
+
11
−
8
View file @
c5c8983e
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.
49
1996/11/0
1 21:04:48 momji
an Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.
50
1996/11/0
2 09:49:57 bry
an
h
Exp $
#
#
# NOTES
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# This is seen by any Makefiles that include mk/postgres.mk. To
...
@@ -234,6 +234,16 @@ X11_LIB = -lX11 -lsocket -lnsl
...
@@ -234,6 +234,16 @@ X11_LIB = -lX11 -lsocket -lnsl
YFLAGS
=
-d
YFLAGS
=
-d
##############################################################################
#
# AR
ifneq
(,$(findstring /$(PORTNAME)/, /BSD44_derived/bsdi/sparc/))
AROPT
=
cq
else
AROPT
=
crs
endif
##############################################################################
##############################################################################
#
#
# Installation.
# Installation.
...
@@ -301,8 +311,6 @@ CC= gcc
...
@@ -301,8 +311,6 @@ CC= gcc
INSTALL
=
/usr/bin/install
INSTALL
=
/usr/bin/install
RANLIB
=
/usr/bin/ranlib
RANLIB
=
/usr/bin/ranlib
AROPT
=
cq
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
LEX
=
flex
LEX
=
flex
LDADD
+=
-L
/usr/local/lib
-lfl
LDADD
+=
-L
/usr/local/lib
-lfl
...
@@ -448,8 +456,6 @@ else
...
@@ -448,8 +456,6 @@ else
LDADD_BE
=
-ldld
-lcompat
LDADD_BE
=
-ldld
-lcompat
endif
endif
AROPT
=
cq
#
#
# for postgres.user.mk
# for postgres.user.mk
#
#
...
@@ -680,9 +686,6 @@ MK_PORT= sparc
...
@@ -680,9 +686,6 @@ MK_PORT= sparc
# cc won't work!
# cc won't work!
CC
=
gcc
CC
=
gcc
# the ar on SunOs is dumb, can't use the s option
AROPT
=
cq
INSTALL
=
/usr/bin/install
INSTALL
=
/usr/bin/install
RANLIB
=
/usr/bin/ranlib
RANLIB
=
/usr/bin/ranlib
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment