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

Mention that builtin variables exist only in the global module

[SVN r50114]
This commit is contained in:
Vladimir Prus
2008-12-04 16:25:00 +00:00
parent f6c382c25a
commit 67eba081e1

View File

@@ -1343,7 +1343,10 @@ files during any of the three build phases.
[section:builtins Built-in Variables]
This section discusses variables that have special meaning to =bjam=.
This section discusses variables that have special meaning to =bjam=. All of
these must be defined or used in the global module -- using those variables
inside a named module will not have the desired effect.
See [link jam.language.modules Modules].
[section:search SEARCH and LOCATE]