|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52316 - trunk
From: ghost_at_[hidden]
Date: 2009-04-11 02:20:29
Author: vladimir_prus
Date: 2009-04-11 02:20:28 EDT (Sat, 11 Apr 2009)
New Revision: 52316
URL: http://svn.boost.org/trac/boost/changeset/52316
Log:
If value of --build-type is wrong, complain.
Text files modified:
trunk/Jamroot | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2009-04-11 02:20:28 EDT (Sat, 11 Apr 2009)
@@ -143,7 +143,8 @@
build-type ?= minimal ;
if ! ( $(build-type) in minimal complete )
{
- build-type = minimal ;
+ ECHO "The value of the --build-type option should be either 'complete' or 'minimal'" ;
+ EXIT ;
}
# Specify the build variants keyed on the build-type.
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