mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 06:10:57 -05:00
pg_combinebackup didn't clean its tmp_check directory, either.
Another oversight in dc2123400, visible when building/testing
in the source directory. (There's a lot of stuff we could
simplify if we stop supporting that case, but for now it's
still mainstream.)
This commit is contained in:
parent
903737c5bf
commit
ba08c10fcd
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ uninstall:
|
|||
|
||||
clean distclean maintainer-clean:
|
||||
rm -f pg_combinebackup$(X) $(OBJS)
|
||||
rm -rf tmp_check
|
||||
|
||||
check:
|
||||
$(prove_check)
|
||||
|
|
|
|||
Loading…
Reference in a new issue