1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean

up debugging options for postmaster and postgres programs.  postmaster
-d is no longer optional.  Documentation updates.
This commit is contained in:
Bruce Momjian
1999-10-08 04:28:57 +00:00
parent 5ce158c534
commit ae61ef34bd
6 changed files with 47 additions and 40 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.26 1999/10/08 00:15:49 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.27 1999/10/08 04:28:57 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -50,7 +50,7 @@ perl5/Makefile: perl5/Makefile.PL
install-perl5: perl5/Makefile
$(MAKE) -C perl5 clean
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" $(PERL) Makefile.PL
$(MAKE) -C perl5 all
@if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' perl5/Makefile` ]; then \
$(MAKE) $(MFLAGS) -C perl5 install; \