|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52328 - trunk
From: ghost_at_[hidden]
Date: 2009-04-11 09:19:14
Author: vladimir_prus
Date: 2009-04-11 09:19:13 EDT (Sat, 11 Apr 2009)
New Revision: 52328
URL: http://svn.boost.org/trac/boost/changeset/52328
Log:
Ubreak multi-variant build than was broken by stage defaulting patch.
Text files modified:
trunk/Jamroot | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2009-04-11 09:19:13 EDT (Sat, 11 Apr 2009)
@@ -586,17 +586,22 @@
# This target is built by default, and will forward to 'stage'
# after producing some explanations.
-alias forward : explain stage ;
+targets.create-metatarget top-level-target : [ project.current ]
+ : forward
+ : explain stage
+ ;
+
+
message explain :
"\nBuilding C++ Boost.
After the build, the headers will be located at
- $(BOOST_ROOT)
+ $(BOOST_ROOT)
The libraries will be located at
- $(stage-abs)
+ $(stage-abs)
Use 'bjam install --prefix=<path>' if you wish to install headers and
libraries to a different location and remove the source tree.\n\n"
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk