Reordered module imports in the Boost Build builtin.jam toolset module.

[SVN r48315]
This commit is contained in:
Jurko Gospodnetić 2008-08-23 12:13:36 +00:00
parent c76c9b4730
commit 9bafa0e71d

View File

@ -10,10 +10,8 @@
import alias ; import alias ;
import "class" : new ; import "class" : new ;
import feature : feature compose ; import errors ;
import toolset : flags ; import feature ;
import errors : error ;
import generate ;
import generators ; import generators ;
import numbers ; import numbers ;
import os ; import os ;
@ -24,10 +22,16 @@ import regex ;
import scanner ; import scanner ;
import stage ; import stage ;
import symlink ; import symlink ;
import toolset ;
import type ; import type ;
import types/register ;
import utility ; import utility ;
import virtual-target ; import virtual-target ;
import types/register ;
# FIXME: the following generate module import is not needed here but removing it
# too hastly will break using code (e.g. the main Boost library Jamroot file)
# that forgot to import the generate module before calling the generate rule.
import generate ;
.os-names = amiga aix bsd cygwin darwin dos emx freebsd hpux iphone linux netbsd .os-names = amiga aix bsd cygwin darwin dos emx freebsd hpux iphone linux netbsd