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. 7import modules ; 8local _loaded_ ; 9for local _module_ in [ modules.peek modules : .loaded ] 10{ 11 if $(_module_) != "predef" 12 { 13 _loaded_ += $(_module_) ; 14 } 15} 16modules.poke modules : .loaded : $(_loaded_) ; 17import ../tools/check/predef ; 18