]> granicus.if.org Git - postgresql/commit
Fix parallel make risk with new check temp-install setup
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Apr 2015 00:34:22 +0000 (20:34 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Apr 2015 00:34:22 +0000 (20:34 -0400)
commitdbf2ec1a1c053379e2f9a5913979a1ca4dccbd43
tree994397e079f5a0c9f1bc75a78434c73a16fa38ea
parente0f26fc76532defd06caf79d711fa99cea83c532
Fix parallel make risk with new check temp-install setup

The "check" target no longer needs to depend on "all", because it now
runs "install" directly, which in turn depends on "all".  Doing both
will cause problems with parallel make, because two builds will run next
to each other.

Also remove the redirection of the temp-install output into a log file.
This was appropriate when this was done from within pg_regress, but now
it's just a regular make run, and especially with the above changes this
will now take the place of running the "all" target before the test
suites.

problem report by Jeff Janes, patch in part by Michael Paquier
14 files changed:
GNUmakefile.in
contrib/test_decoding/Makefile
src/Makefile.global.in
src/bin/initdb/Makefile
src/bin/pg_basebackup/Makefile
src/bin/pg_config/Makefile
src/bin/pg_controldata/Makefile
src/bin/pg_ctl/Makefile
src/bin/scripts/Makefile
src/interfaces/ecpg/Makefile
src/makefiles/pgxs.mk
src/pl/plperl/GNUmakefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile