$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2002-09-02 20:46:00
>>That's pretty thin information to work with. Who knows how your rules are
>>used?
> Thin info indeed :-) But most likely it's the V1 behaviour of parsing
> Jamfiles twice. Once for include dependencies, and a second for generation.
> Try guarding the action generation in your rules with:
> if ! $(gIN_LIB_INCLUDE)
> {
> ...
> }
Thanks! That solved it.
Sorry, I guess the info was pretty thin. I thought the rules argument lists
would be enough. I'm just a newbie, and as dumb as they come. :-)
-- Sincerely, Daniel Schlyder