Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / v2 / bootstrap.jam
1 #  Copyright (c) 2003 Vladimir Prus.
2 #
3 #  Use, modification and distribution is subject to the Boost Software
4 #  License Version 1.0. (See accompanying file LICENSE_1_0.txt or
5 #  http://www.boost.org/LICENSE_1_0.txt)
6
7 # This file handles initial phase of Boost.Build loading.
8 # Boost.Jam has already figured out where Boost.Build is
9 # and loads this file, which is responsible for initialization
10 # of basic facilities such a module system and loading the
11 # main Boost.Build module, build-system.jam.
12 #
13 # Exact operation of this module is not interesting, it makes
14 # sense to look at build-system.jam right away.
15
16 # Load the kernel/bootstrap.jam, which does all the work.
17 .bootstrap-file = $(.bootstrap-file:D)/kernel/bootstrap.jam ;
18 include $(.bootstrap-file) ;