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

More strict checks in make-Unix.

[SVN r24932]
This commit is contained in:
Vladimir Prus
2004-09-06 07:29:46 +00:00
parent ee85342c25
commit 54f21a7bec

View File

@@ -374,7 +374,7 @@ rule make-UNIX ( native )
# VP: I have no idea now 'native' can be empty here! But it can!
if $(native) = ""
{
return "." ;
errors.error "Empty path passed to 'make-UNIX'" ;
}
else
{