projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3718b0c
)
Be able to easily figure out the target directory of "make dist".
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Fri, 14 Aug 2009 21:37:18 +0000
(21:37 +0000)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Fri, 14 Aug 2009 21:37:18 +0000
(21:37 +0000)
GNUmakefile.in
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index a1c2e5e73cfb553395f44941f18395b98b8f7011..f743f3117a20f51a3c51cc78f074c568accd6e68 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-1,7
+1,7
@@
#
# PostgreSQL top level makefile
#
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.5
2 2009/08/09 22:47:58 pete
re Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.5
3 2009/08/14 21:37:18 alvher
re Exp $
#
subdir =
@@
-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 \