aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 8decadf..9ffb6d1 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1096,8 +1096,9 @@ main (int argc, char* argv[])
if (!altn)
altn = rs.root_extra->altn;
- else
- assert (*altn == rs.root_extra->altn);
+ else if (*altn != rs.root_extra->altn)
+ fail << "naming scheme mismatch for " << out_root << " and "
+ << rs.src_path ();
}
// At this stage we should have both roots and out_base figured