$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-06-07 15:35:09
Hi Rene,
On Jun 7, 2007, at 12:59 PM, Rene Rivera wrote:
> K. Noel Belcourt wrote:
>>
>> rule dart-run ( target sources * : status : user : system : command :
>> output + )
This should have been 'output ?'
> AFAIK, it should be adding an empty list as the argument. As
> opposed to
> adding a list with the one output element. So instead of:
>
> lol_add(frame->args, list_new(L0, ""));
>
> It would be:
>
> lol_add(frame->args, L0);
With the change above, your suggestion works just fine.
Thanks!
-- Noel