Steve Singer ssinger at ca.afilias.info
Fri Nov 19 14:31:49 PST 2010
Fix for bug # 159.

make distclean was deleting the flex/bison files in slony_logshipper.
These should be included in the tarfile.  They only should be deleted by
maintainer-clean.  However the maintainer-clean rule was invoking
clean on the subdirectories NOT maintainer-clean.
(cherry picked from commit bba22efd12bbcd61abbdcda4f264d175d8e103b2)

Conflicts:

	RELEASE

Branch
------
REL_1_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=80b2a30a86a995c935b19e531c1df78771400dc2

Modified Files
--------------
GNUmakefile.in                |   12 ++++++++++--
RELEASE                       |    2 ++
doc/howto/Makefile            |    2 +-
src/parsestatements/Makefile  |    2 ++
src/slony_logshipper/Makefile |    1 -
5 files changed, 15 insertions(+), 4 deletions(-)



More information about the Slony1-commit mailing list