summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2009-07-11 12:22:50 +0000
committerVladimir Prus <ghost@cs.msu.su>2009-07-11 12:22:50 +0000
commit9a11d27c126379f2110b8048596de0f4f4360b71 (patch)
tree1790670d0eec00245c4e219b9eda24255d7bfddb /Jamroot
parent54720a7e5b7cca60eaaba5181bfe63f864458951 (diff)
downloadboost-9a11d27c126379f2110b8048596de0f4f4360b71.tar.gz
Merge from trunk
[SVN r54887]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 3 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index 0f9bdc2f1f..e88c986b18 100644
--- a/Jamroot
+++ b/Jamroot
@@ -130,6 +130,7 @@ import sequence ;
import symlink ;
import targets ;
import project ;
+import option ;
path-constant BOOST_ROOT : . ;
constant BOOST_VERSION : 1.40.0 ;
@@ -276,7 +277,7 @@ rule libraries-to-install ( existing-libraries * )
# What kind of layout are we doing?
-layout = [ MATCH "^--layout=(.*)" : [ modules.peek : ARGV ] ] ;
+layout = [ option.get layout : "" ] ;
# On Windows, we used versioned layout by default in order to
# be compatible with autolink. On other systems, we use system
# layout which is what every other program uses. Note that windows
@@ -640,7 +641,7 @@ targets.create-metatarget top-level-target : [ project.current ]
message explain :
-"\nBuilding C++ Boost.
+"\nBuilding the Boost C++ Libraries.
After the build, the headers will be located at