projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2970a09
)
Be able to easily figure out the target directory of "make dist".
author
Alvaro Herrera
<
[email protected]
>
Fri, 14 Aug 2009 21:37:18 +0000
(21:37 +0000)
committer
Alvaro Herrera
<
[email protected]
>
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 1f1232d37fdbac7cbff0a1956dc346bfd469f591..6c8b184c7d9aba468904ce8d23eb23265fd5015f 100644
(file)
--- 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 \