projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c0422
)
pg_validatebackup: Fix 'make clean' to remove tmp_check.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 3 Apr 2020 23:51:18 +0000
(19:51 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 3 Apr 2020 23:51:18 +0000
(19:51 -0400)
Report by Tom Lane.
Discussion: http://postgr.es/m/22394.
1585951968
@sss.pgh.pa.us
src/bin/pg_validatebackup/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_validatebackup/Makefile
b/src/bin/pg_validatebackup/Makefile
index 04ef7d30511cf4766b765e15d4a056d8eed5336c..b1c2b7c1be347069ed88fa19952f157e8c1a681b 100644
(file)
--- a/
src/bin/pg_validatebackup/Makefile
+++ b/
src/bin/pg_validatebackup/Makefile
@@
-31,6
+31,7
@@
uninstall:
clean distclean maintainer-clean:
rm -f pg_validatebackup$(X) $(OBJS)
+ rm -rf tmp_check
check:
$(prove_check)