$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to make actions global
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-09-03 12:37:08
On Thursday 03 September 2009 Matt Chambers wrote:
> Johan Nilsson wrote:
> > Checkout the IMPORT rule in the Boost.Jam docs:
> >
> > http://www.boost.org/doc/tools/jam/jam/language.html#jam.language.modules.the__import__rule
> >
> Does that work for actions?
It should. Internally, there are no rules and actions, everything is rule/action
pair. So, IMPORT should act uniformly. Of course, there may be dragons.
- Volodya