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

Removed the old and no longer existing 'new' folder form the internal Boost Build path.

[SVN r45106]
This commit is contained in:
Jurko Gospodnetić
2008-05-04 03:30:15 +00:00
parent 80ce6cfa53
commit bef69d66e7

View File

@@ -94,14 +94,8 @@ IMPORT modules : import : : import ;
util # low-level substrate: string/number handling, etc.
build # essential elements of the build system architecture
tools # toolsets for handling specific build jobs and targets.
new # until we get everything sorted out, there is
# still some code here
contrib # user contributed (unreviewed) modules
. # build-system.jam lives here
;
local whereami = [ NORMALIZE_PATH $(.bootstrap-file:DT) ] ;
BOOST_BUILD_PATH += $(whereami:D)/$(subdirs) ;