From: Jelmer Vernooij Date: Sat, 27 Feb 2021 16:49:38 +0000 (+0000) Subject: Suggest running './configure' rather than 'waf configure'. X-Git-Tag: tevent-0.11.0~1688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3e7f0f4de105abfde74778bfea9d5cc9be8c8e;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Mon Mar 1 04:56:15 UTC 2021 on sn-devel-184 --- diff --git a/buildtools/wafsamba/samba_wildcard.py b/buildtools/wafsamba/samba_wildcard.py index 5d85ec0f2ac..1ea2803d5ca 100644 --- a/buildtools/wafsamba/samba_wildcard.py +++ b/buildtools/wafsamba/samba_wildcard.py @@ -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()