mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix YA parallel-make hazard, this one in "make check" in plpython.
We have to ensure that submake-generated-headers is finished before the topmost make run launches any child makes. Discussion: https://postgr.es/m/20180411235843.GG32449@paquier.xyz
This commit is contained in:
@ -131,7 +131,7 @@ installcheck: submake-pg-regress
|
||||
|
||||
|
||||
.PHONY: submake-pg-regress
|
||||
submake-pg-regress:
|
||||
submake-pg-regress: | submake-generated-headers
|
||||
$(MAKE) -C $(top_builddir)/src/test/regress pg_regress$(X)
|
||||
|
||||
clean distclean: clean-lib
|
||||
|
Reference in New Issue
Block a user