CVS User Account cvsuser
Mon Sep 26 16:23:02 PDT 2005
Log Message:
-----------
Per Vivek Khera - fix to altperl Makefile

http://gborg.postgresql.org/pipermail/slony1-general/2005-July/002498.html

Tags:
----
REL_1_1_STABLE

Modified Files:
--------------
    slony1-engine/tools/altperl:
        Makefile (r1.10 -> r1.10.2.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/Makefile,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -Ltools/altperl/Makefile -Ltools/altperl/Makefile -u -w -r1.10 -r1.10.2.1
--- tools/altperl/Makefile
+++ tools/altperl/Makefile
@@ -13,6 +13,7 @@
 DISTFILES = Makefile ToDo README $(wildcard *.pl) $(wildcard *.pm) slon_tools.conf-sample
 
 all:
+ifdef toolsbin
 ifndef PERL
 	@echo "The altperl tools require that Perl be installed."
 	exit 1;
@@ -31,6 +32,7 @@
                        $$file > $$tmpname; \
 		chmod 755 $$tmpname; \
 	done
+endif
 
 install: all installdirs
 ifndef toolsbin


More information about the Slony1-commit mailing list