mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 08:22:15 +00:00
enviroment variables in the list of values. No it's possible to add an element to a variable. * build/project.jam: Remove obsolete test. * build/toolset.jam (find-property-subset): No longer local, so that test can call it. * test/test.jam: Import 'print' and 'common'. * util/print.jam: Comment out failing unit test. [SVN r26413]
18 lines
256 B
Plaintext
18 lines
256 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 ;
|
|
import print ;
|
|
import common ;
|
|
|
|
|
|
actions nothing { }
|
|
nothing all ;
|