Be able to easily figure out the target directory of "make dist".
authorAlvaro Herrera <[email protected]>
Fri, 14 Aug 2009 21:37:18 +0000 (21:37 +0000)
committerAlvaro Herrera <[email protected]>
Fri, 14 Aug 2009 21:37:18 +0000 (21:37 +0000)
GNUmakefile.in

index 1f1232d37fdbac7cbff0a1956dc346bfd469f591..6c8b184c7d9aba468904ce8d23eb23265fd5015f 100644 (file)
@@ -99,6 +99,9 @@ postgresql-opt-$(VERSION).tar: distdir
 postgresql-test-$(VERSION).tar: distdir
        $(TAR) cf $@ $(distdir)/src/test
 
+distdir-location:
+       @echo $(distdir)
+
 distdir:
        rm -rf $(distdir)* $(dummy)
        for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \