Skip to content
Snippets Groups Projects
Commit 0dd9558e authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add POLLUTE=1 to perl Makefile.PL creations.

parent 5c462bae
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.31 1999/12/16 01:25:15 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.32 2000/03/25 14:25:30 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -47,7 +47,7 @@ ifeq ($(USE_ODBC), true) ...@@ -47,7 +47,7 @@ ifeq ($(USE_ODBC), true)
endif endif
perl5/Makefile: perl5/Makefile.PL perl5/Makefile: perl5/Makefile.PL
cd perl5 && $(PERL) Makefile.PL cd perl5 && $(PERL) Makefile.PL POLLUTE=1
install-perl5: perl5/Makefile install-perl5: perl5/Makefile
$(MAKE) -C perl5 clean $(MAKE) -C perl5 clean
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.3 2000/01/20 23:00:39 momjian Exp $ # $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.4 2000/03/25 14:25:31 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -30,11 +30,11 @@ ifeq ($(USE_PERL), true) ...@@ -30,11 +30,11 @@ ifeq ($(USE_PERL), true)
endif endif
plperl/Makefile: plperl/Makefile.PL plperl/Makefile: plperl/Makefile.PL
cd plperl && $(PERL) Makefile.PL cd plperl && $(PERL) Makefile.PL POLLUTE=1
install-plperl: plperl/Makefile install-plperl: plperl/Makefile
$(MAKE) -C plperl clean $(MAKE) -C plperl clean
cd plperl && POSTGRES_HOME="$(POSTGRESDIR)" $(PERL) Makefile.PL cd plperl && POSTGRES_HOME="$(POSTGRESDIR)" $(PERL) Makefile.PL POLLUTE=1
$(MAKE) -C plperl all $(MAKE) -C plperl all
-@if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' plperl/Makefile` ]; then \ -@if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' plperl/Makefile` ]; then \
$(MAKE) $(MFLAGS) -C plperl install; \ $(MAKE) $(MFLAGS) -C plperl install; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment