mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Process EXTRA_INSTALL serially, during the first temp-install.
This closes a race condition in "make -j check-world"; the symptom was EEXIST errors. Back-patch to v10, before which parallel check-world had worse problems. Discussion: https://postgr.es/m/20181224221601.GA3227827@rfd.leadboat.com
This commit is contained in:
@ -63,10 +63,12 @@ distclean maintainer-clean:
|
||||
@rm -rf autom4te.cache/
|
||||
rm -f config.cache config.log config.status GNUmakefile
|
||||
|
||||
check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPREP_TOP=src/test/regress
|
||||
check check-tests installcheck installcheck-parallel installcheck-tests: submake-generated-headers
|
||||
$(MAKE) -C src/test/regress $@
|
||||
|
||||
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib src/bin,check)
|
||||
$(call recurse,checkprep, src/test src/pl src/interfaces/ecpg contrib src/bin)
|
||||
|
||||
$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib src/bin,installcheck)
|
||||
|
||||
|
Reference in New Issue
Block a user