|
Boost-Build : |
From: larry_brasfield (larrybrasfield_at_[hidden])
Date: 2004-12-27 03:14:03
Hi,
I'm using BBv2 with a spec like this in the topmost Jamfile:
stage dist : SineFit :
<traverse-dependencies>on
<include-type>EXE
<include-type>SHARED_LIB
<variant>publish:<location>$(deploy_dir)
<variant>debug:<location>debug
;
(deploy_dir is derived according to platform, environment,
invocation etc.)
When I run this build for the 'publish' variant, this warning appears
warning: using independent target <pc:\bin>sinefit.rsp
and an extraneous .rsp file ends up where only useful output was
intended:
msvc.link c:\bin\sinefit.exe c:\bin\sinefit.rsp
Is there a way to suppress the warning and eliminate the extra and
unneeded .rsp file? Am I misusing the 'stage' rule? Is there
another way to get specified result products and only those products
deployed somewhere? Can I designate just those products as members
of another category to be selected in the 'stage' rule application?
Thanks in advance.
--Larry Brasfield
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