|
Boost-Commit : |
From: daniel_at_[hidden]
Date: 2007-10-10 16:01:13
Author: danielw
Date: 2007-10-10 16:01:13 EDT (Wed, 10 Oct 2007)
New Revision: 39906
URL: http://svn.boost.org/trac/boost/changeset/39906
Log:
construct() now returns a list of virtual targets.
Text files modified:
branches/build/python_port/python/boost/build/tools/make.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/build/python_port/python/boost/build/tools/make.py
==============================================================================
--- branches/build/python_port/python/boost/build/tools/make.py (original)
+++ branches/build/python_port/python/boost/build/tools/make.py 2007-10-10 16:01:13 EDT (Wed, 10 Oct 2007)
@@ -26,7 +26,7 @@
target = FileTarget(self.name(), 1, type.type(self.name()),
self.project(), action)
return [ boost.build.build.property_set.empty(),
- self.project().manager().virtual_targets().register(target)]
+ [self.project().manager().virtual_targets().register(target)]]
# FIXME: should not have 'self' at all.
def make (self, target_name, sources, generating_rule,
Boost-Commit 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