1
0
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:
Jelmer Vernooij 2021-02-27 16:49:38 +00:00 committed by Andrew Bartlett
parent 309c81e7e2
commit 1c3e7f0f4d

View File

@ -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()