$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-05-26 10:48:44
At 10:58 AM 5/26/2003, Rene Rivera wrote:
>>Ideas?
>
>Yes, since it's a hack, I didn't consider sources with paths in them :-)
>You
>just need to remove the path part, in adition to the grist part, when
>testing the files. So the current test:
>
> if $(>:G=) in $(NO_WARN) { WARN on $(<) = "" ; }
>
>Becomes:
>
> if $(>:G=:D=) in $(NO_WARN) { WARN on $(<) = "" ; }
OK, that fixed it. Works great.
Many thanks,
--Beman