projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fcd68
)
bump ver to 2.0.6rc1, keep mtime in tgz
author
Marko Kreen
<markokr@gmail.com>
Fri, 27 Jun 2008 08:40:38 +0000
(08:40 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 27 Jun 2008 08:40:38 +0000
(08:40 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 0b51f4de19b72c822b8694107dd2c678557175a1..4c76bafe87f3d990e2f50485aa47aba01220a465 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
# PL/Proxy version
-PLPROXY_VERSION = 2.0.
5
+PLPROXY_VERSION = 2.0.
6rc1
# libpq config
PQINC = $(shell pg_config --includedir)
@@
-61,7
+61,7
@@
tags:
tgz:
rm -rf $(TARNAME)
mkdir -p $(TARNAME)
- tar c $(DIST_FILES) $(SRCS) | tar x -C $(TARNAME)
+ tar c $(DIST_FILES) $(SRCS) | tar x
p
-C $(TARNAME)
tar czf $(TARNAME).tar.gz $(TARNAME)
clean: tgzclean