2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

help: Print help for local modules as well. (#423)

This commit is contained in:
tee3
2020-03-07 08:39:18 -05:00
committed by GitHub
parent cf9933462a
commit 0984ee59bc

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 = ;