Boost logo

Boost-Build :

Subject: Re: [Boost-build] Different result when -j
From: Paulo Márcio Figueiredo Alves (pauloalves1986_at_[hidden])
Date: 2015-03-03 13:12:56


On Tue, Mar 3, 2015 at 3:06 PM, Steven Watanabe <watanabesj_at_[hidden]>
wrote:

> AMDG
>
> On 03/03/2015 10:24 AM, Paulo Márcio Figueiredo Alves wrote:
> >
> > I've tried the following, but does not work:
> > DEPENDS b.rc : copy_a ;
> >
>
> It doesn't work, because DEPENDS is part of
> the low level Jam interface. The correct
> relationship at that level would be INCLUDES
> anyway.
>
> I've tried the following and it fails:

install copy_a : /a : <location>bin ;
INCLUDES b.rc : copy_a ;
exe b : b.rc main.cc ;

Should it fail?

> In Christ,
> Steven Watanabe
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>



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