Boost logo

Boost-Build :

Subject: [Boost-build] force install before building sub-dir
From: Andrej van der Zee (andrejvanderzee_at_[hidden])
Date: 2011-04-08 21:19:51


Hi,

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?

Thank you,
Andrej


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