mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Boost Build comment cleanup.
[SVN r79580]
This commit is contained in:
@@ -774,8 +774,8 @@ class action
|
||||
INCLUDES $(actual-targets) : $(actual-targets) ;
|
||||
}
|
||||
|
||||
# Action name can include additional argument to rule, which should
|
||||
# not be passed to 'set-target-variables'
|
||||
# Action name can include additional rule arguments, which should
|
||||
# not be passed to 'set-target-variables'.
|
||||
toolset.set-target-variables
|
||||
[ indirect.get-rule $(self.action-name[1]) ] $(actual-targets)
|
||||
: $(properties) ;
|
||||
|
||||
@@ -809,8 +809,8 @@ class Action:
|
||||
bjam.call("INCLUDES", actual_targets, actual_targets)
|
||||
|
||||
# FIXME: check the comment below. Was self.action_name_ [1]
|
||||
# Action name can include additional argument to rule, which should not
|
||||
# be passed to 'set-target-variables'
|
||||
# Action name can include additional rule arguments, which should not
|
||||
# be passed to 'set-target-variables'.
|
||||
# FIXME: breaking circular dependency
|
||||
import toolset
|
||||
toolset.set_target_variables (self.manager_, self.action_name_, actual_targets, properties)
|
||||
|
||||
Reference in New Issue
Block a user