summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
authorJurko Gospodnetić <jurko.gospodnetic@pke.hr>2012-06-14 07:59:15 +0000
committerJurko Gospodnetić <jurko.gospodnetic@pke.hr>2012-06-14 07:59:15 +0000
commitcbcbfa103fbb6fbebcdd8cb6d2c14d33e74c6d30 (patch)
treeb2dd6589b5aa49a8256cf8351e4275768ee753f4 /boostcpp.jam
parentdf9455da60ad71eed204351d337d628b8fe4db7b (diff)
downloadboost-cbcbfa103fbb6fbebcdd8cb6d2c14d33e74c6d30.tar.gz
Minor stylistic changes.
[SVN r78936]
Diffstat (limited to 'boostcpp.jam')
-rw-r--r--boostcpp.jam10
1 files changed, 5 insertions, 5 deletions
diff --git a/boostcpp.jam b/boostcpp.jam
index c652bf11ec..484c3c795d 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -50,9 +50,8 @@ build-type = [ option.get build-type ] ;
build-type ?= minimal ;
if ! ( $(build-type) in complete minimal )
{
- ECHO The value of the --build-type option should be either 'complete' or
+ EXIT The value of the --build-type option should be either 'complete' or
'minimal' ;
- EXIT ;
}
# What kind of layout are we doing?
@@ -477,8 +476,9 @@ rule post-build ( ok ? )
{
if $(ok)
{
- ECHO
-"\n\nThe Boost C++ Libraries were successfully built!
+ ECHO "
+
+The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
@@ -559,7 +559,7 @@ rule declare-targets ( all-libraries * : headers * )
if [ option.get "show-libraries" : : true ]
{
- ECHO "The following libraries require building:" ;
+ ECHO The following libraries require building: ;
for local l in $(libraries)
{
ECHO " - $(l)" ;