Skip to content

Commit 08fbad0

Browse files
committed
Revert "Have dtrace depend on object files directly, not objfiles.txt"
This reverts commit 7353782. Per report from Tom Lane, this breaks parallel builds.
1 parent 5fc4c26 commit 08fbad0

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)
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