Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e110a3

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 beforethe topmost make run launches any child makes.Discussion:https://postgr.es/m/20180411235843.GG32449@paquier.xyz
1 parent5240545 commit3e110a3

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
cleandistclean: clean-lib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp