|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.60 1996/11/11 03:12:00 momjian Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.61 1996/11/11 12:19:05 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
@@ -236,16 +236,6 @@ X11_LIB = -lX11 -lsocket -lnsl
|
236 | 236 |
|
237 | 237 | YFLAGS = -d
|
238 | 238 |
|
239 |
| -############################################################################## |
240 |
| -# |
241 |
| -# AR |
242 |
| - |
243 |
| -ifneq (,$(findstring /$(PORTNAME)/, /BSD44_derived/bsdi/sparc/)) |
244 |
| - AROPT = cq |
245 |
| -else |
246 |
| - AROPT = crs |
247 |
| -endif |
248 |
| - |
249 | 239 | ##############################################################################
|
250 | 240 | #
|
251 | 241 | # Installation.
|
@@ -303,6 +293,16 @@ endif
|
303 | 293 | # Since there are no longer separate files for each platform, much of the
|
304 | 294 | # commonality among the platforms ought to be factored out of the following.
|
305 | 295 |
|
| 296 | +############################################################################## |
| 297 | +# |
| 298 | +# AR |
| 299 | + |
| 300 | +ifneq (,$(findstring /$(PORTNAME)/, /BSD44_derived/bsdi/sparc/)) |
| 301 | + AROPT = cq |
| 302 | +else |
| 303 | + AROPT = crs |
| 304 | +endif |
| 305 | + |
306 | 306 | #----------------------------------------------------------------------
|
307 | 307 | ifeq ($PORTNAME, BSD44_derived)
|
308 | 308 | MK_PORT= BSD44_derived
|
@@ -855,7 +855,8 @@ srcdir= $(SRCDIR)
|
855 | 855 | includedir= $(HEADERDIR)
|
856 | 856 |
|
857 | 857 |
|
858 |
| -# This goes here so that customization in Makefile.custom is effective |
| 858 | +# This goes here so that customizations in Makefile.custom and port |
| 859 | +# specific changes above are effective |
859 | 860 | ##############################################################################
|
860 | 861 | #
|
861 | 862 | # Flags for CC and LD. (depend on COPT and PROFILE)
|
@@ -894,3 +895,7 @@ CFLAGS+= $(CFLAGS_BE)
|
894 | 895 | LDADD+= $(LDADD_BE)
|
895 | 896 | LDFLAGS+= $(LDFLAGS_BE)
|
896 | 897 |
|
| 898 | +ifeq ($(USE_READLINE), false) |
| 899 | +CFLAGS += -DNOREADLINE |
| 900 | +endif |
| 901 | + |
0 commit comments