From 9331ff9f54b4b6032781e7afa5152a3f1a5e3dfe Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 9 Nov 2007 08:26:47 +0000 Subject: [PATCH] Don't use toolset.register [SVN r40956] --- v2/tools/borland.jam | 2 +- v2/tools/darwin.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/tools/borland.jam b/v2/tools/borland.jam index 1b5b447e8..77bd69d4a 100644 --- a/v2/tools/borland.jam +++ b/v2/tools/borland.jam @@ -14,7 +14,7 @@ import feature : get-values ; import type ; import common ; -toolset.register borland ; +feature.extend toolset : borland ; rule init ( version ? : command * : options * ) { diff --git a/v2/tools/darwin.jam b/v2/tools/darwin.jam index 8decaf5a4..89374b8b9 100644 --- a/v2/tools/darwin.jam +++ b/v2/tools/darwin.jam @@ -13,7 +13,7 @@ import type ; import common ; import generators ; -toolset.register darwin ; +feature.extend toolset : darwin ; import gcc ; toolset.inherit-generators darwin : gcc ;