summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2008-06-26 15:57:12 +0000
committerBeman Dawes <bdawes@acm.org>2008-06-26 15:57:12 +0000
commite9f11e8efbb91f8acbea9f8c000eac971d61eae2 (patch)
tree8f9014827315a56513cba7d702cf7c07adb303e7 /boost-build.jam
parentb74cadd5790d9e4c213c4af5f0d66df52fbb0aee (diff)
downloadboost-e9f11e8efbb91f8acbea9f8c000eac971d61eae2.tar.gz
Merge changes from trunk root + boost/version.hpp
[SVN r46719]
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam17
1 files changed, 11 insertions, 6 deletions
diff --git a/boost-build.jam b/boost-build.jam
index 33fcf8a3e9..1ba9dd2de3 100644
--- a/boost-build.jam
+++ b/boost-build.jam
@@ -1,10 +1,15 @@
-#~ Copyright (C) 2002-2003 David Abrahams.
-#~ Copyright (C) 2002-2003 Vladimir Prus.
-#~ Copyright (C) 2003,2007 Rene Rivera.
-#~ Use, modification and distribution are subject to the
-#~ Boost Software License, Version 1.0. (See accompanying file
-#~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+# Copyright (C) 2002-2003 David Abrahams.
+# Copyright (C) 2002-2003 Vladimir Prus.
+# Copyright (C) 2003,2007 Rene Rivera.
+# Use, modification and distribution are subject to the
+# Boost Software License, Version 1.0. (See accompanying file
+# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+# This is the initial file loaded by Boost Jam when run from any Boost library
+# folder. It allows us to choose which Boost Build installation to use for
+# building Boost libraries. Unless explicitly selected using a command-line
+# option, the version included with the Boost library distribution is used (as
+# opposed to any other Boost Build version installed on the user's sytem).
BOOST_ROOT = $(.boost-build-file:D) ;
BOOST_BUILD = [ MATCH --boost-build=(.*) : $(ARGV) ] ;
BOOST_BUILD ?= tools/build/v2 ;