2
0
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:
Dave Abrahams
2003-02-19 11:25:23 +00:00
parent aa8f431bef
commit f5d8e02a80

View File

@@ -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])