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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy