$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] begin/end of run targets
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-07-10 02:24:11
On Friday 10 July 2009 Jonathan Brannan wrote:
> I have a Jamroot.jam that I want to have a rule executed before
> anything else (always) and something at the end of all other rules are
> executed. I had something that worked under v1, but I can't seem to
> get them to work under v2.
Can the 'start' action be implemented as a target that everything depends on?
I don't know any way to run some code at the end of the build, though it
might be implemented one day for other reasons.
- Volodya