X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=GNUmakefile.in;h=56a42ada0fab87f23cd1441fc2cfb90d45fb6e58;hb=14f29f640a4338650a19f68d9f426d0734353147;hp=4335c12b00299bf8c7f53ca2ba96248cfba4ad41;hpb=11f53b1063e796dbb766b7ad3fd46e98806bea43;p=pg-rex%2Fsyncrep.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 4335c12b00..56a42ada0f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.48 2008/09/05 12:11:17 petere Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.50 2009/01/15 01:53:49 momjian Exp $ # subdir = @@ -70,7 +70,7 @@ coverage: coverage-html: coverage rm -rf coverage mkdir coverage - $(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4 `find src/backend -name lcov.info -print` + $(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4 --prefix=$(abs_top_srcdir)/src `find src/backend -name lcov.info -print` ifeq ($(enable_coverage),yes) clean distclean maintainer-clean: clean-coverage-local @@ -117,7 +117,7 @@ postgresql-test-$(VERSION).tar: distdir distdir: rm -rf $(distdir)* $(dummy) - for x in `cd $(top_srcdir) && find . -name CVS -prune -o -print`; do \ + for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \ file=`expr X$$x : 'X\./\(.*\)'`; \ if test -d "$(top_srcdir)/$$file" ; then \ mkdir "$(distdir)/$$file" && chmod 777 "$(distdir)/$$file"; \