On Tue, Apr 11, 2017 at 12:14 AM, Peter Eisentraut <peter.eisentr...@2ndquadrant.com> wrote: > Why $subject? > > Does it just need to be wired into the makefiles a bit better?
Looks like an oversight to me. I would suggest changing the Makefile like that: diff --git a/contrib/bloom/Makefile b/contrib/bloom/Makefile index 13bd397b70..834ab18bdc 100644 --- a/contrib/bloom/Makefile +++ b/contrib/bloom/Makefile @@ -20,5 +20,7 @@ include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif -wal-check: temp-install +check: prove-check + +prove-check: $(prove_check) -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers