2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 20:32:17 +00:00
Files
build/test/test.jam
Dave Abrahams 1722b16700 * Restored the printing of qualified names from invoked actions.
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]
2003-05-16 16:30:13 +00:00

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 ;