Re: DTrace probe patch for OS X Leopard

From: Robert Lor <Robert(dot)Lor(at)Sun(dot)COM>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: DTrace probe patch for OS X Leopard
Date: 2008-02-27 17:23:19
Message-ID: 47C59C87.4010404@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Alvaro Herrera wrote:
> 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 $^.
>
>
Your suggestion with $(filter-out ...) works. Thanks!

Attached is the updated patch.

Regards,
-Robert

Attachment Content-Type Size
dtrace-probe.patch text/x-patch 8.1 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2008-02-27 18:54:04 Re: SRF memory leaks
Previous Message Alvaro Herrera 2008-02-27 16:10:31 Re: DTrace probe patch for OS X Leopard