2
0
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:
Jurko Gospodnetić
2012-07-18 12:42:17 +00:00
parent a11cbcada3
commit e2daee8663
2 changed files with 4 additions and 4 deletions

View File

@@ -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) ;

View File

@@ -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)