diff --git a/waflib/Build.py b/waflib/Build.py index 450d97f1..a7c32d75 100644 --- a/waflib/Build.py +++ b/waflib/Build.py @@ -296,8 +296,8 @@ class BuildContext(Context.Context): pass else: if env.version < Context.HEXVERSION: - raise Errors.WafError('Project was configured with a different version of Waf.\n' - 'Please reconfigure it (this will discard old build information).') + raise Errors.WafError('Project was configured with a different version of Waf, please reconfigure it') + for t in env.tools: self.setup(**t)