Boost logo

Boost-Build :

Subject: Re: [Boost-build] how to invoke custom rule explicit on install
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-03-22 07:50:48


Евгений Шубин wrote:

> I have a custom rule. I want it to be invoked only when I type bjam install in command line.

Could you show the code? I assume you have a metatarget that should only be built as part of
install? Then:

        whatever your-metargets : ... ;
          expicit whatever ;

          install dist : .... whatever ;

should do the desired effect.

- 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