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

Improve error message.

[SVN r19237]
This commit is contained in:
Vladimir Prus
2003-07-21 05:16:47 +00:00
parent 0d114ea9a6
commit 59212913f9
2 changed files with 4 additions and 2 deletions

View File

@@ -629,7 +629,8 @@ rule expand-composites ( properties * )
{
error explicitly-specified values of non-free feature
$(f) conflict :
values: [ get-values $(f) : $(properties) ] $(x:G=) ;
"existing values:" [ get-values $(f) : $(properties) ] :
"value from expanding " $(p) ":" (x:G=) ;
}
else
{

View File

@@ -629,7 +629,8 @@ rule expand-composites ( properties * )
{
error explicitly-specified values of non-free feature
$(f) conflict :
values: [ get-values $(f) : $(properties) ] $(x:G=) ;
"existing values:" [ get-values $(f) : $(properties) ] :
"value from expanding " $(p) ":" (x:G=) ;
}
else
{