mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
improved error reporting
[SVN r17526]
This commit is contained in:
@@ -344,7 +344,8 @@ rule validate-value-string ( feature value-string )
|
||||
|
||||
if ! ( $(values[1]) in $($(feature).values) )
|
||||
{
|
||||
error \"$(values[1])\" is not a known value of feature $(feature) ;
|
||||
error \"$(values[1])\" is not a known value of feature $(feature)
|
||||
: legal values: \"$($(feature).values)\" ;
|
||||
}
|
||||
|
||||
if $(values[2])
|
||||
|
||||
Reference in New Issue
Block a user