aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-03-29 20:54:37 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-03-29 20:54:37 -0400
commit1c41e2a998a0de16d9d33949a7b98a5be3d2477c (patch)
treecef279c6b12d163a38edadc6cca0ae4937d18f3d /src
parentc67f366fa9f748257861ee233b47b80eb5ffa857 (diff)
downloadpostgresql-1c41e2a998a0de16d9d33949a7b98a5be3d2477c.tar.gz
postgresql-1c41e2a998a0de16d9d33949a7b98a5be3d2477c.zip
Clean up all the cruft after a pg_rewind test run.
regress_log temp directory was properly .gitignore'd, which may explain why it got left out of the "make clean" action.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_rewind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/Makefile b/src/bin/pg_rewind/Makefile
index 5b9e6202c18..efd49888c51 100644
--- 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