$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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