projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67f366
)
Clean up all the cruft after a pg_rewind test run.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 30 Mar 2015 00:54:37 +0000
(20:54 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 30 Mar 2015 00:54:37 +0000
(20:54 -0400)
regress_log temp directory was properly .gitignore'd, which may explain
why it got left out of the "make clean" action.
src/bin/pg_rewind/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/Makefile
b/src/bin/pg_rewind/Makefile
index 5b9e6202c18a9a111652485e7aeb94aeaa1913a4..efd49888c51ddb8068eca0b5fe8edb2bcfadfcb2 100644
(file)
--- a/
src/bin/pg_rewind/Makefile
+++ b/
src/bin/pg_rewind/Makefile
@@
-45,7
+45,7
@@
uninstall:
clean distclean maintainer-clean:
rm -f pg_rewind$(X) $(OBJS) xlogreader.c
- rm -rf tmp_check
+ rm -rf tmp_check
regress_log
check: all
$(prove_check) :: local