1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Rename templates to match names in makefiles/Makefile.* and include/port.

Read templates after compiler is detected. Convert all templates to real
shell scripts. Rename bsd->openbsd, alpha->osf.
This commit is contained in:
Peter Eisentraut
2000-07-15 15:54:52 +00:00
parent 739a0566a6
commit 3eec6ee145
55 changed files with 1063 additions and 1247 deletions

View File

@ -1,6 +1,4 @@
AROPT:cq
SHARED_LIB:-fpic -DPIC
CFLAGS:-O2 -pipe
SRCH_INC:
SRCH_LIB:
DLSUFFIX:.so
AROPT=cq
SHARED_LIB='-fpic -DPIC'
CFLAGS='-O2 -pipe'
DLSUFFIX=.so