buildtools/wafsamba/samba_abi: always_run helper was deprecated in waf 2.0
authorAlexander Bokovoy <ab@samba.org>
Fri, 15 Jun 2018 13:32:33 +0000 (16:32 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:26 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_abi.py

index be46a9e6286f556ffdb581389695e47ae2a00bb6..8ddf209045f98d2f99a628326dd3707a7163f1c4 100644 (file)
@@ -125,7 +125,7 @@ t = Task.task_factory('abi_check', abi_check_task, color='BLUE', ext_in='.bin')
 t.quiet = True
 # allow "waf --abi-check" to force re-checking the ABI
 if '--abi-check' in sys.argv:
-    Task.always_run(t)
+    t.always_run = True
 
 @after('apply_link')
 @feature('abi_check')