|
Boost-Build : |
From: Steven Knight (knight_at_[hidden])
Date: 2002-11-27 08:55:09
Hi Volodya--
[For SCons-devel folks: this is CC:ed from a discussion on the jamboost
mailing list.]
> And BTW, I recall that Scons has a target "alias", which
> allows to build a group of targets given the alias name.
> I'm not sure if aliases can be used as sources, though.
An SCons Alias can't be used as a source, although it can be used as a
dependency. In other words, you can say that a target must be rebuilt
if (any target in) a given Alias changed, but you can't actually expand
the Alias in $SOURCES on a command line. Now that you mention it,
though, that might be a useful feature for some people...
--SK
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