Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e110a3

Browse files
committed
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
1 parent 5240545 commit 3e110a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpython/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ installcheck: submake-pg-regress
131131

132132

133133
.PHONY: submake-pg-regress
134-
submake-pg-regress:
134+
submake-pg-regress: | submake-generated-headers
135135
$(MAKE) -C $(top_builddir)/src/test/regress pg_regress$(X)
136136

137137
clean distclean: clean-lib

0 commit comments

Comments
 (0)