projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903737c
)
pg_combinebackup didn't clean its tmp_check directory, either.
author
Tom Lane
<
[email protected]
>
Thu, 21 Dec 2023 20:04:00 +0000
(15:04 -0500)
committer
Tom Lane
<
[email protected]
>
Thu, 21 Dec 2023 20:04:00 +0000
(15:04 -0500)
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.)
src/bin/pg_combinebackup/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_combinebackup/Makefile
b/src/bin/pg_combinebackup/Makefile
index 78ba05e624ba118f0492cdc413514d0e01d2d6ca..5837493075f32a98afc306236d62a13212ae6291 100644
(file)
--- a/
src/bin/pg_combinebackup/Makefile
+++ b/
src/bin/pg_combinebackup/Makefile
@@
-44,6
+44,7
@@
uninstall:
clean distclean maintainer-clean:
rm -f pg_combinebackup$(X) $(OBJS)
+ rm -rf tmp_check
check:
$(prove_check)