File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.49 1996/11/01 21:04:48 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.50 1996/11/02 09:49:57 bryanh Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -234,6 +234,16 @@ X11_LIB = -lX11 -lsocket -lnsl
234
234
235
235
YFLAGS = -d
236
236
237
+ ##############################################################################
238
+ #
239
+ # AR
240
+
241
+ ifneq (,$(findstring /$(PORTNAME)/, /BSD44_derived/bsdi/sparc/))
242
+ AROPT = cq
243
+ else
244
+ AROPT = crs
245
+ endif
246
+
237
247
##############################################################################
238
248
#
239
249
# Installation.
@@ -301,8 +311,6 @@ CC= gcc
301
311
INSTALL= /usr/bin/install
302
312
RANLIB= /usr/bin/ranlib
303
313
304
- AROPT = cq
305
-
306
314
# FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
307
315
LEX = flex
308
316
LDADD+= -L/usr/local/lib -lfl
448
456
LDADD_BE = -ldld -lcompat
449
457
endif
450
458
451
- AROPT= cq
452
-
453
459
#
454
460
# for postgres.user.mk
455
461
#
@@ -680,9 +686,6 @@ MK_PORT= sparc
680
686
# cc won't work!
681
687
CC= gcc
682
688
683
- # the ar on SunOs is dumb, can't use the s option
684
- AROPT= cq
685
-
686
689
INSTALL= /usr/bin/install
687
690
RANLIB= /usr/bin/ranlib
688
691
You can’t perform that action at this time.
0 commit comments