Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-18 02:01:47


Hi Pedro,

> > because 'stage' could not traverse dependencies back then. Nowdays, it
> > probably can be expressed like:
> >
> > stage wi-bin : $(top-level-targets) :
> > <location>bin <traverse-dependencies>on <include-types>EXE ;
> >
> > stage wi-lib : $(top-level-targets) :
> > <location>lib <traverse-dependencies>on <include-types>LIB ;
> >
> > alias wi : wi-bin wi-lib ;
> >
> > I think this approach is somewhat simpler that what you propose.
>
> You bet :-)

:-)

> One minor change: the attached patch allows you to filter the types without
> specifying <traverse-dependencies>on.

Could you resent this patch as unified diff? I'm sorry that I sound that
picky, but I really don't know now to understand the diff format you've used
-- and it did not apply automatically.

- Volodya

 


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