Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3a00c0a

Browse files
committed
Be able to easily figure out the target directory of "make dist".
1 parent 3718b0c commit 3a00c0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

GNUmakefile.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.52 2009/08/09 22:47:58 petere Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.53 2009/08/14 21:37:18 alvherre Exp $
55
#
66

77
subdir =
@@ -99,6 +99,9 @@ postgresql-opt-$(VERSION).tar: distdir
9999
postgresql-test-$(VERSION).tar: distdir
100100
$(TAR) cf $@ $(distdir)/src/test
101101

102+
distdir-location:
103+
@echo $(distdir)
104+
102105
distdir:
103106
rm -rf $(distdir)* $(dummy)
104107
for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \

0 commit comments

Comments
 (0)