« Return to Thread: begin/end of run targets

Re: begin/end of run targets

by Vladimir Prus :: Rate this Message:

Reply to Author | View in Thread

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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: begin/end of run targets