1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

One helluva mess.

Further extended Makefile.global/build/configure so that we can
have a 'template' file for each OS (and each version of OS, as in BSDi)
which is used as much as possible to generate Makefile.global

	Any future ports should look at using the template file as a basis,
before moving over to Makefile.global.

	This will most probably break alot of the ports, atho I've tried to
be very neat about it...
This commit is contained in:
Marc G. Fournier
1997-04-04 07:59:48 +00:00
parent 82a27f230a
commit f2eb14ad0d
28 changed files with 479 additions and 436 deletions

8
src/template/linux Normal file
View File

@ -0,0 +1,8 @@
AROPT:cq
BACKEND:
SHARED_LIB:-fpic
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so