mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +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:
@ -1,7 +1,6 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O -K i486,host,inline,loop_unroll,alloca -Dsvr4
|
||||
SHARED_LIB:-K PIC
|
||||
SRCH_INC:/opt/include
|
||||
SRCH_LIB:/opt/lib
|
||||
DLSUFFIX:.so
|
||||
CC:cc
|
||||
AROPT=crs
|
||||
CFLAGS='-O -K i486,host,inline,loop_unroll,alloca -Dsvr4'
|
||||
SHARED_LIB='-K PIC'
|
||||
SRCH_INC='/opt/include'
|
||||
SRCH_LIB='/opt/lib'
|
||||
DLSUFFIX=.so
|
||||
|
Reference in New Issue
Block a user