|
Boost : |
Subject: Re: [boost] b2 looks for tools/inspect/build/Jamfile
From: Peter Dimov (lists_at_[hidden])
Date: 2016-05-21 09:51:56
Steven Watanabe wrote:
> > Does anyone have an idea why b2 looks for the tools/inspect Jamfile?
>
> I seem to recall that someone (Beman maybe?) used inspect in his test
> Jamfile.
No, it's probably this part of Jamroot:
if [ path.exists $(BOOST_ROOT)/tools/inspect ]
{
use-project /boost/tools/inspect : tools/inspect/build ;
}
tools/inspect does exist as an empty directory in a freshly cloned
superproject. This should probably be
if [ path.exists $(BOOST_ROOT)/tools/inspect/build ]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk