The branch, master has been updated
       via  167ba0e... build: make the 'wrong version of waf' message even 
clearer
      from  208eb74... build: check that the user is not using an old 
/usr/bin/waf

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 167ba0eac902238d970b8312a6cbc87cf48af91a
Author: Andrew Tridgell <[email protected]>
Date:   Thu Apr 15 09:14:10 2010 +1000

    build: make the 'wrong version of waf' message even clearer
    
    suggest ./autogen-waf.sh

-----------------------------------------------------------------------

Summary of changes:
 buildtools/wafsamba/wafsamba.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index de244e1..dd9cbd6 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -40,7 +40,10 @@ if Constants.HEXVERSION < 0x105016:
     Logs.error('''
 Please use the version of waf that comes with Samba, not
 a system installed version. See http://wiki.samba.org/index.php/Waf
-for details
+for details.
+
+Alternatively, please use ./autogen-waf.sh, and then
+run ./configure and make as usual. That will call the right version of waf.
 ''')
     sys.exit(1)
 


-- 
Samba Shared Repository

Reply via email to