From 27413cf14839e2768e603f51b1a441ac354601e4 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 14 Aug 2009 21:37:18 +0000 Subject: [PATCH] Be able to easily figure out the target directory of "make dist". --- GNUmakefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 1f1232d37f..6c8b184c7d 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 \ -- 2.39.5