• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 B2 loading.
8# Boost.Jam has already figured out where B2 is
9# and loads this file, which is responsible for initialization
10# of basic facilities such a module system and loading the
11# main B2 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 ;
18include $(.bootstrap-file) ;