Re: DTrace probe patch for OS X Leopard
| От | Alvaro Herrera |
|---|---|
| Тема | Re: DTrace probe patch for OS X Leopard |
| Дата | |
| Msg-id | 20080227161031.GJ5694@alvh.no-ip.org обсуждение исходный текст |
| Ответ на | DTrace probe patch for OS X Leopard (Robert Lor <Robert.Lor@Sun.COM>) |
| Ответы |
Re: DTrace probe patch for OS X Leopard
|
| Список | pgsql-patches |
Robert Lor wrote:
> 3) Note on src/backend/Makefile
> The current rule below does not work. After expansion, utils/probes.d
> needs
> to come right after -s, but currently it shows up at the end after all
> the .o files.
>
> utils/probes.o: utils/probes.d $(SUBDIROBJS)
> $(DTRACE) $(DTRACEFLAGS) -G -s $(call expand_subsys,$^) -o $@
Perhaps you need a $< there:
$(DTRACE) $(DTRACEFLAGS) -G -s $< $(call expand_subsys,$^) -o $@
However I think you would also need to $(filter-out) the $< from $^.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
В списке pgsql-patches по дате отправления: