summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-02-27 16:49:38 +0000
committerAndrew Bartlett <abartlet@samba.org>2021-03-01 04:56:15 +0000
commit1c3e7f0f4de105abfde74778bfea9d5cc9be8c8e (patch)
tree8eebb6c47a648b1a62771f857a9dbb935471caf1 /buildtools
parent309c81e7e2a124982cf1ab961070f7c0420b5ae7 (diff)
downloadsamba-1c3e7f0f4de105abfde74778bfea9d5cc9be8c8e.tar.gz
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
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba_wildcard.py2
1 files changed, 1 insertions, 1 deletions
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()