]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Suggest running './configure' rather than 'waf configure'.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 27 Feb 2021 16:49:38 +0000 (16:49 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 1 Mar 2021 04:56:15 +0000 (04:56 +0000)
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

buildtools/wafsamba/samba_wildcard.py

index 5d85ec0f2ac9a15f49a7237f8e4a6320769c6b77..1ea2803d5cab76aa3e0ab5a51f73850fa3ce0948 100644 (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()