2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Merge branch 'develop' of https://github.com/boostorg/build into develop

This commit is contained in:
Rene Rivera
2020-03-07 07:59:53 -06:00

View File

@@ -48,7 +48,7 @@ rule process (
{
case --help-internal :
local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
path-to-modules ?= . ;
path-to-modules += . ;
local possible-modules = [ GLOB $(path-to-modules) : *\\.jam ] ;
local not-modules = [ GLOB $(path-to-modules) : *$(.not-modules)\\.jam ] ;
local modules-to-list =
@@ -177,7 +177,7 @@ local rule split-symbol (
)
{
local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
path-to-modules ?= . ;
path-to-modules += . ;
local module-name = $(symbol) ;
local symbol-name = ;
local result = ;