waf actively discourages system-wide waf installs, so the latter is unlikely
to work.
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Mar 1 04:56:15 UTC 2021 on sn-devel-184
try:
proj = ConfigSet.ConfigSet(Options.lockfile)
except IOError:
- raise Errors.WafError("Project not configured (run 'waf configure' first)")
+ raise Errors.WafError("Project not configured (run './configure' first)")
bld.load_envs()