1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00

Clean files after installing, since those files will most likely be root

owned, which can be annoying.
This commit is contained in:
Peter Eisentraut 2000-11-16 16:21:55 +00:00
parent a5046ad13a
commit 0f5c1b251d

View File

@ -4,7 +4,7 @@
# Makefile according to its own ideas and then invoke the rules from # Makefile according to its own ideas and then invoke the rules from
# that file. # that file.
# #
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.3 2000/10/24 16:59:59 tgl Exp $ # $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.4 2000/11/16 16:21:55 petere Exp $
subdir = src/interfaces/perl5 subdir = src/interfaces/perl5
top_builddir = ../../.. top_builddir = ../../..
@ -39,7 +39,7 @@ install: Makefile
$(MAKE) -f Makefile all $(MAKE) -f Makefile all
-@if [ -w "`$(MAKE) --quiet -f Makefile echo-installdir`" ]; then \ -@if [ -w "`$(MAKE) --quiet -f Makefile echo-installdir`" ]; then \
$(MAKE) -f Makefile install; \ $(MAKE) -f Makefile install; \
rm -f Makefile; \ $(MAKE) clean; \
else \ else \
echo "*****" ;\ echo "*****" ;\
echo "* Skipping the installation of the Perl module for lack of permissions."; \ echo "* Skipping the installation of the Perl module for lack of permissions."; \