Boost logo

Boost-Build :

Subject: Re: [Boost-build] force install before building sub-dir
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-04-09 11:34:40


AMDG

On 04/08/2011 06:19 PM, Andrej van der Zee wrote:
> I have the following Jamfile:
>
> ------ [begin Jamfile] -----
>
> lib pcap_parser
> : [ glob *.cpp : main.cpp ]
> ;
>
> install $(INSTALL_PATH)/etc : pcap-http-cfg.xsd pcap-compress-cfg.xsd
> pcap-dt-cfg.xsd ;
>
> build-project regression-tests ;
>
> ------ [end Jamfile] -----
>
> Now I need to execute the install command before it builds the project
> "regression-tests". How can I do this?
>

You would need to make all the targets in
regression-tests depend on the install
command.

In Christ,
Steven Watanabe


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