postgresql/src/interfaces
Noah Misch 971983f42f Add a temp-install prerequisite to "check"-like targets not having one.
Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly.  Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place.  Back-patch to 9.5,
where commit dcae5facca introduced the
shared temp-install.
2017-11-05 18:52:38 -08:00
..
ecpg Add a temp-install prerequisite to "check"-like targets not having one. 2017-11-05 18:52:38 -08:00
libpq Translation updates 2017-11-05 17:01:24 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00