|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2007-10-27 05:28:42
Author: vladimir_prus
Date: 2007-10-27 05:28:42 EDT (Sat, 27 Oct 2007)
New Revision: 40496
URL: http://svn.boost.org/trac/boost/changeset/40496
Log:
Finish property_set.py.
Text files modified:
branches/build/python_port/python/boost/build/build/property_set.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
Modified: branches/build/python_port/python/boost/build/build/property_set.py
==============================================================================
--- branches/build/python_port/python/boost/build/build/property_set.py (original)
+++ branches/build/python_port/python/boost/build/build/property_set.py 2007-10-27 05:28:42 EDT (Sat, 27 Oct 2007)
@@ -1,5 +1,4 @@
# Status: ported.
-# One FIXME remains that depends on property.py being finished.
# Base revision: 40480
# Copyright (C) Vladimir Prus 2002. Permission to copy, use, modify, sell and
@@ -58,8 +57,7 @@
context of 'jamfile-module' at 'location'"""
specification = property.translate_paths(raw_properties, location)
- # FIXME: revive, after translate_indirect is ported.
- # specification = property.translate_indirect(specification, jamfile_module)
+ specification = property.translate_indirect(specification, jamfile_module)
specification = property.expand_subfeatures_in_conditions(specification)
specification = property.make(specification)
return create(specification)
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