projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
d7602af
)
pg_alterckey: remove TAP check rules from Makefile
author
Bruce Momjian
<
[email protected]
>
Sat, 26 Dec 2020 14:03:12 +0000
(09:03 -0500)
committer
Bruce Momjian
<
[email protected]
>
Sat, 26 Dec 2020 14:03:12 +0000
(09:03 -0500)
Reported-by: Pavel Stehule, Michael Paquier
Discussion: https://postgr.es/m/CAFj8pRBRNo4co5bqCx4BLx1ZZ45Z_T-opPxA+u7SLp7gAtBpNA@mail.gmail.com
Back-through: master
src/bin/pg_alterckey/Makefile
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_alterckey/Makefile
b/src/bin/pg_alterckey/Makefile
index a88b1d9af4de0448b2d1e374882a91a8ee8dcfc6..7c465b4e2900a6b2576559447686639bafd9b4be 100644
(file)
--- a/
src/bin/pg_alterckey/Makefile
+++ b/
src/bin/pg_alterckey/Makefile
@@
-36,9
+36,3
@@
uninstall:
clean distclean maintainer-clean:
rm -f pg_alterckey$(X) $(OBJS)
rm -rf tmp_check
-
-check:
- $(prove_check)
-
-installcheck:
- $(prove_installcheck)