From 20af45d1102890fadf3388e8beb1d18d3111d9be Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 6 Sep 2004 07:29:46 +0000 Subject: [PATCH] More strict checks in make-Unix. [SVN r24932] --- v2/util/path.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/util/path.jam b/v2/util/path.jam index d4bfa39d0..579b3c156 100644 --- a/v2/util/path.jam +++ b/v2/util/path.jam @@ -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 {