2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Quote semicolon

[SVN r49365]
This commit is contained in:
Vladimir Prus
2008-10-16 16:53:36 +00:00
parent 2723da9acd
commit 8beefcd2c3
4 changed files with 6 additions and 6 deletions

View File

@@ -441,8 +441,8 @@ local rule process-explicit-toolset-requests
{
if $(.debug-config)
{
ECHO notice: [cmdline-cfg] toolset $(toolset-version) not
previously configured; attempting to auto-configure now ;
ECHO "notice: [cmdline-cfg] toolset $(toolset-version) not"
"previously configured; attempting to auto-configure now" ;
}
toolset.using $(toolset) : $(version) ;
}

View File

@@ -13,8 +13,8 @@ rule backtrace ( skip-frames prefix messages * : * )
local drop-elements = $(frame-skips[$(skip-frames)]) ;
if ! ( $(skip-frames) in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 )
{
ECHO warning: backtrace doesn't support skipping $(skip-frames) frames;
using 1 instead. ;
ECHO "warning: backtrace doesn't support skipping $(skip-frames) frames;"
"using 1 instead." ;
drop-elements = 5 ;
}

View File

@@ -114,7 +114,7 @@ rule init ( docbook-xsl-dir ? : docbook-dtd-dir ? : boostbook-dir ? )
if ! $(.boostbook-xsl-dir) || ! $(.boostbook-dtd-dir)
{
errors.warning
couldn't find BoostBook xsl or dtd directories;
"couldn't find BoostBook xsl or dtd directories;"
: please set \"BOOST_ROOT\" variable to the root directory of
your boost installation. Searched in:
: $(search-dirs:J="

View File

@@ -874,7 +874,7 @@ local rule configure ( version ? : cmd-or-prefix ? : includes * : libraries ? :
}
else
{
debug-message no framework directory found; using library path ;
debug-message "no framework directory found; using library path" ;
framework-directory = ;
}
}