mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
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.
This commit is contained in:
parent
c67f366fa9
commit
1c41e2a998
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user