mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 20:32:17 +00:00
Consequently rolled back the workaround in make_rule.py * Added new indirect rule invocation module for encoding the module to invoke a rule from as well as the exact name to invoke it by, and for subsequent invocation. * Fixed module __test__ rules so they really do execute in a separate module. Associated tweaks to __test__ in path.jam [SVN r18427]
16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
import indirect ;
|
|
import string ;
|
|
import numbers ;
|
|
import sequence ;
|
|
import class ;
|
|
import os ;
|
|
import path ;
|
|
import feature ;
|
|
import property ;
|
|
import build-request ;
|
|
import container ;
|
|
|
|
|
|
actions nothing { }
|
|
nothing all ;
|