$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64191 - trunk/tools/build/v2
From: ghost_at_[hidden]
Date: 2010-07-20 04:37:15
Author: vladimir_prus
Date: 2010-07-20 04:37:11 EDT (Tue, 20 Jul 2010)
New Revision: 64191
URL: http://svn.boost.org/trac/boost/changeset/64191
Log:
Make this a standalone project
Added:
   trunk/tools/build/v2/Jamroot.jam
      - copied unchanged from r64166, /trunk/tools/build/v2/build.jam
Removed:
   trunk/tools/build/v2/build.jam
Deleted: trunk/tools/build/v2/build.jam
==============================================================================
--- trunk/tools/build/v2/build.jam	2010-07-20 04:37:11 EDT (Tue, 20 Jul 2010)
+++ (empty file)
@@ -1,35 +0,0 @@
-
-path-constant SELF : . ;
-
-import path ;
-import package ;
-import os ;
-
-local ext = "" ;
-if [ os.on-windows ]
-{
-    ext = ".exe" ;
-}
-
-
-package.install boost-build-engine
-  : # properties
-  : # binaries
-    bjam$(ext)
-  ;
-
-package.install-data boost-build-core 
-  : # Which subdir of $prefix/share
-    boost-build  
-  : # What to install
-    $(SELF)/boost-build.jam
-    $(SELF)/build-system.jam
-    [ path.glob-tree $(SELF)/build : *.jam *.py ]
-    [ path.glob-tree $(SELF)/kernel : *.jam *.py ]
-    [ path.glob-tree $(SELF)/util : *.jam *.py ]
-    [ path.glob-tree $(SELF)/tools : *.jam *.py ]
-  : # What is the root of the directory
-    <install-source-root>.
-  ;
-  
-alias install : boost-build-engine boost-build-core ;
\ No newline at end of file