]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/predef/check/predef.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / predef / check / predef.jam
1 # Copyright Rene Rivera 2016
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at
4 # http://www.boost.org/LICENSE_1_0.txt)
5
6 # Hack, to reload check/predef.jam at its new location.
7 import modules ;
8 local _loaded_ ;
9 for local _module_ in [ modules.peek modules : .loaded ]
10 {
11 if $(_module_) != "predef"
12 {
13 _loaded_ += $(_module_) ;
14 }
15 }
16 modules.poke modules : .loaded : $(_loaded_) ;
17 import ../tools/check/predef ;