1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +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:
Noah Misch
2018-12-31 13:54:38 -08:00
parent 76f7b0b08a
commit aa019da523
3 changed files with 12 additions and 4 deletions

View File

@ -435,7 +435,7 @@ endif
endif # PGXS
ifndef NO_TEMP_INSTALL
temp-install: EXTRA_INSTALL+=$(subdir)
checkprep: EXTRA_INSTALL+=$(subdir)
endif