$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-09-09 00:58:30
On Sep 8, 2006, at 10:53 PM, Rene Rivera wrote:
> K. Noel Belcourt wrote:
>> should be
>>
>> constant sierra-root : [ MATCH "^--sierradir=(.*)" : $(argv) ] ;
>
> Ah, I see now... Just assign it to a local var and then set the
> constant...
>
> local sierra-root-opt = [ MATCH "^--sierradir=(.*)" : $(argv) ] ;
> constant sierra-root = $(sierra-root-opt:E=/sierra/Release) ;
That will do very nicely. Thanks Rene.