mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Suggest running './configure' rather than 'waf configure'.
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
This commit is contained in:
parent
309c81e7e2
commit
1c3e7f0f4d
@ -136,7 +136,7 @@ def fake_build_environment(info=True, flush=False):
|
||||
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user