projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b3989
)
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
author
Noah Misch
<
[email protected]
>
Sun, 17 Apr 2022 00:43:54 +0000
(17:43 -0700)
committer
Noah Misch
<
[email protected]
>
Sun, 17 Apr 2022 00:43:59 +0000
(17:43 -0700)
The target failed, tested $PATH binaries, or tested a stale temporary
installation. Commit
c66b438db62748000700c9b90b585e756dd54141
missed
this. Back-patch to v10 (all supported versions).
src/interfaces/ecpg/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/Makefile
b/src/interfaces/ecpg/Makefile
index 41460a17c96449c5797aaa7ce86781b9e98fefd6..f523acaf32c8a95b8568f0dc7aa7f15918c43035 100644
(file)
--- a/
src/interfaces/ecpg/Makefile
+++ b/
src/interfaces/ecpg/Makefile
@@
-26,5
+26,6
@@
install-ecpglib-recurse: install-pgtypeslib-recurse
clean distclean maintainer-clean:
$(MAKE) -C test clean
+checktcp: | temp-install
check checktcp installcheck:
$(MAKE) -C test $@