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

Commit08fbad0

Browse files
committed
Revert "Have dtrace depend on object files directly, not objfiles.txt"
This reverts commit7353782. Perreport from Tom Lane, this breaks parallel builds.
1 parent5fc4c26 commit08fbad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ $(top_builddir)/src/include/utils/probes.h: utils/probes.h
188188
$(LN_S)"../../../$(subdir)/utils/probes.h".
189189

190190

191-
utils/probes.o: utils/probes.d$(call expand_subsys,$(SUBDIROBJS))
192-
$(DTRACE)$(DTRACEFLAGS) -C -G -s$<$(call expand_subsys,$(SUBDIROBJS)) -o$@
191+
utils/probes.o: utils/probes.d$(SUBDIROBJS)
192+
$(DTRACE)$(DTRACEFLAGS) -C -G -s$(call expand_subsys,$^) -o$@
193193

194194

195195
##########################################################################

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp