]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/test/boost-build.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / boost-build.jam
CommitLineData
1e59de90
TL
1# Copyright 2002, 2003 Dave Abrahams
2# Copyright 2003 Vladimir Prus
3# Distributed under the Boost Software License, Version 1.0.
4# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
5
6# Assume BOOST_BUILD_PATH point to the 'test' directory.
7# We need to leave 'test' there, so that 'test-config.jam'
8# can be found, but also add parent directory, to find
9# all the other modules.
10
11BOOST_BUILD_PATH = $(BOOST_BUILD_PATH)/.. $(BOOST_BUILD_PATH) ;
12
13# Find the boost build system in the ../kernel directory.
14boost-build ../src/kernel ;