Skip to content
Snippets Groups Projects
Commit 3a00c0a6 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Be able to easily figure out the target directory of "make dist".

parent 3718b0c5
No related branches found
No related tags found
No related merge requests found
# #
# PostgreSQL top level makefile # PostgreSQL top level makefile
# #
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.52 2009/08/09 22:47:58 petere Exp $ # $PostgreSQL: pgsql/GNUmakefile.in,v 1.53 2009/08/14 21:37:18 alvherre Exp $
# #
subdir = subdir =
...@@ -99,6 +99,9 @@ postgresql-opt-$(VERSION).tar: distdir ...@@ -99,6 +99,9 @@ postgresql-opt-$(VERSION).tar: distdir
postgresql-test-$(VERSION).tar: distdir postgresql-test-$(VERSION).tar: distdir
$(TAR) cf $@ $(distdir)/src/test $(TAR) cf $@ $(distdir)/src/test
distdir-location:
@echo $(distdir)
distdir: distdir:
rm -rf $(distdir)* $(dummy) rm -rf $(distdir)* $(dummy)
for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \ for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment