diff options
| author | Bruce Momjian | 1998-04-06 00:32:26 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-04-06 00:32:26 +0000 |
| commit | 1e801a8f16ae0b308ac3aea88dddcb676f412580 (patch) | |
| tree | 8550c33916f565375f815c7e6c1826f620778374 /src/template | |
| parent | 2dfee9345773e6ac8809396bf99db538e134fea8 (diff) | |
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
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/linux-elf | 4 | ||||
| -rw-r--r-- | src/template/linux-elf-sparc | 2 | ||||
| -rw-r--r-- | src/template/linuxalpha | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/template/linux-elf b/src/template/linux-elf index 0747feaa594..7f120ea418e 100644 --- a/src/template/linux-elf +++ b/src/template/linux-elf @@ -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 diff --git a/src/template/linux-elf-sparc b/src/template/linux-elf-sparc index a2b4213fa72..65415dd3a54 100644 --- a/src/template/linux-elf-sparc +++ b/src/template/linux-elf-sparc @@ -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 diff --git a/src/template/linuxalpha b/src/template/linuxalpha index 0747feaa594..4804ea1cd82 100644 --- a/src/template/linuxalpha +++ b/src/template/linuxalpha @@ -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 |
