mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Hi,
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-O2
|
||||
CFLAGS:-O2 -g
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:/usr/include/ncurses /usr/include/readline
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
|
@ -2,7 +2,7 @@ AROPT:crs
|
||||
CFLAGS:-O2
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:/usr/include/ncurses /usr/include/readline
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
|
@ -2,7 +2,7 @@ AROPT:crs
|
||||
CFLAGS:-O2
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:/usr/include/ncurses /usr/include/readline
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
|
Reference in New Issue
Block a user