Michael Paquier <michael@paquier.xyz> writes:
> On Sun, Apr 08, 2018 at 06:35:39PM +0000, Tom Lane wrote:
>> Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
> This patch or one of its relatives has visibly broken parallel builds
> for me. "make -j 4 install" directly called after a configure complains:
Hm. I'd tested "make -j all", but not going directly to "install".
Does it help if you add
$(SUBDIRS:%=install-%-recurse): | submake-generated-headers
to src/Makefile?
(That seems like a bit of a brute-force solution, though. Anybody
have a better answer?)
regards, tom lane