mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Remove toolset.register.
[SVN r40957]
This commit is contained in:
@@ -360,15 +360,6 @@ rule set-target-variables ( rule-or-module targets + : property-set )
|
||||
}
|
||||
}
|
||||
|
||||
.toolsets += $(toolset) ;
|
||||
|
||||
# Registers a new toolset
|
||||
rule register ( toolset )
|
||||
{
|
||||
feature.extend toolset : $(toolset) ;
|
||||
.toolsets += $(toolset) ;
|
||||
}
|
||||
|
||||
# Make toolset 'toolset', defined in a module of the same name,
|
||||
# inherit from 'base'
|
||||
# 1. The 'init' rule from 'base' is imported into 'toolset' with full
|
||||
|
||||
Reference in New Issue
Block a user