8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3718b0c commit 3a00c0aCopy full SHA for 3a00c0a
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $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 $
5
6
7
subdir =
@@ -99,6 +99,9 @@ postgresql-opt-$(VERSION).tar: distdir
99
postgresql-test-$(VERSION).tar: distdir
100
$(TAR) cf $@ $(distdir)/src/test
101
102
+distdir-location:
103
+ @echo $(distdir)
104
+
105
distdir:
106
rm -rf $(distdir)* $(dummy)
107
for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \
0 commit comments