$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] force install before building sub-dir
From: Andrej van der Zee (andrejvanderzee_at_[hidden])
Date: 2011-04-19 06:07:58
Hi,
>
> some-other-dir//name-of-metatarget-in-that-dir
>
For libraries that works for me indeed, but for a dependency on an
install-command I cannot get this to work. The is the install command
is:
install $(INSTALL_PATH)/etc : pcap-http-cfg.xsd ;
Here pcap-http-cfg.xsd is just a file that is copied to the install directory.
So what is the "name-of-metatarget-in-that-dir" I can refer this file
to in the dependency?
Thank you,
Andrej