Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10520f4
)
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
author
Noah Misch
<noah@leadboat.com>
Sun, 17 Apr 2022 00:43:54 +0000
(17:43 -0700)
committer
Noah Misch
<noah@leadboat.com>
Sun, 17 Apr 2022 00:43:57 +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 a8f91e3dc2b34921f07712c0053ce8ae72445f83..e4bbf7b8a865b351cffafa320eb9474f8c9b14bf 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 $@