mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04: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:
parent
5fc4c26db5
commit
08fbad0afd
1 changed files with 2 additions and 2 deletions
|
|
@ -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 $@
|
||||
|
||||
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue