Boost logo

Boost-Build :

Subject: Re: [Boost-build] execute a script post install
From: Vladimir Prus (ghost_at_[hidden])
Date: 2014-08-27 02:18:32


On 08/26/2014 05:10 AM, Steve Lorimer wrote:
> Is it possible to execute a script after an install rule has completed?
>
> If anyone has details on how to do this, links to information etc, that would be greatly appreciated

Hi Steve,

you can create a 'notfile' target that runs your script, and make it depend on a real install targets.
Something like this:

        https://gist.github.com/vprus/a38931b8f380bcf51669

Thanks,
Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk