Mon Sep 26 16:24:22 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Per Vivek Khera - fix to altperl Makefile
- Next message: [Slony1-commit] By devrim: This file is generated during make.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Per Vivek Khera - exclude altperl build if not requested http://gborg.postgresql.org/pipermail/slony1-general/2005-July/002498.html Modified Files: -------------- slony1-engine/tools/altperl: Makefile (r1.10 -> r1.11) -------------- next part -------------- Index: Makefile =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -Ltools/altperl/Makefile -Ltools/altperl/Makefile -u -w -r1.10 -r1.11 --- 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
- Previous message: [Slony1-commit] By cbbrowne: Per Vivek Khera - fix to altperl Makefile
- Next message: [Slony1-commit] By devrim: This file is generated during make.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list