summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorJurko Gospodnetić <jurko.gospodnetic@pke.hr>2008-05-22 15:23:01 +0000
committerJurko Gospodnetić <jurko.gospodnetic@pke.hr>2008-05-22 15:23:01 +0000
commitd8d2b326ad8bdd01fb367f452f409cd2be008a23 (patch)
treec9749b6895de2e5df01da9d5e287265df94b9ca1 /boost-build.jam
parentf003147b62680775c253cf15370d5c544b39243a (diff)
downloadboost-d8d2b326ad8bdd01fb367f452f409cd2be008a23.tar.gz
Added an explanation comment to Boost's initial build system file boost-build.jam.
[SVN r45657]
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam18
1 files changed, 12 insertions, 6 deletions
diff --git a/boost-build.jam b/boost-build.jam
index 33fcf8a3e9..8b8775433a 100644
--- a/boost-build.jam
+++ b/boost-build.jam
@@ -1,9 +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) ] ;