git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: e0f26fc) | patch
Fix parallel make risk with new check temp-install setup
2015年4月30日 00:34:22 +0000 (20:34 -0400)
2015年4月30日 00:34:22 +0000 (20:34 -0400)
commit dbf2ec1a1c053379e2f9a5913979a1ca4dccbd43
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 diff | blob | blame | history
contrib/test_decoding/Makefile diff | blob | blame | history
src/Makefile.global.in diff | blob | blame | history
src/bin/initdb/Makefile diff | blob | blame | history
src/bin/pg_basebackup/Makefile diff | blob | blame | history
src/bin/pg_config/Makefile diff | blob | blame | history
src/bin/pg_controldata/Makefile diff | blob | blame | history
src/bin/pg_ctl/Makefile diff | blob | blame | history
src/bin/scripts/Makefile diff | blob | blame | history
src/interfaces/ecpg/Makefile diff | blob | blame | history
src/makefiles/pgxs.mk diff | blob | blame | history
src/pl/plperl/GNUmakefile diff | blob | blame | history
src/pl/plpython/Makefile diff | blob | blame | history
src/pl/tcl/Makefile diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /