$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Major engine changes
From: Matthew Chambers (matt.chambers42_at_[hidden])
Date: 2011-12-01 18:41:40
On 11/29/2011 6:02 PM, Steven Watanabe wrote:
> Here's a summary of all the behavior changes
> that I am aware of. Some of these are just
> bug fixes, but I'm including them for completeness.
Were there changes to the @(<filepath>:E=<contents>) syntax? I have an expression like:
header-text = @($(filepath):E=$(header-text)) ;
And it doesn't seem to do anything with the updated code; I've verified that filepath and
header-text are populated correctly.
Thanks,
-Matt