mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Revert "Have dtrace depend on object files directly, not objfiles.txt"
This reverts commit 7353782853
. Per
report from Tom Lane, this breaks parallel builds.
This commit is contained in:
@ -188,8 +188,8 @@ $(top_builddir)/src/include/utils/probes.h: utils/probes.h
|
||||
$(LN_S) "../../../$(subdir)/utils/probes.h" .
|
||||
|
||||
|
||||
utils/probes.o: utils/probes.d $(call expand_subsys,$(SUBDIROBJS))
|
||||
$(DTRACE) $(DTRACEFLAGS) -C -G -s $< $(call expand_subsys,$(SUBDIROBJS)) -o $@
|
||||
utils/probes.o: utils/probes.d $(SUBDIROBJS)
|
||||
$(DTRACE) $(DTRACEFLAGS) -C -G -s $(call expand_subsys,$^) -o $@
|
||||
|
||||
|
||||
##########################################################################
|
||||
|
Reference in New Issue
Block a user