From: Stefan Metzmacher Date: Wed, 1 Apr 2020 21:51:59 +0000 (+0200) Subject: wafsamba: run SAMBA_GENERATOR('VERSION') with group='setup' X-Git-Tag: talloc-2.3.2~915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebaa002270caf0efee95ab26757a0a3bf9920de4;p=thirdparty%2Fsamba.git wafsamba: run SAMBA_GENERATOR('VERSION') with group='setup' This means this is the first thing that's done. Signed-off-by: Stefan Metzmacher Reviewed-by: Douglas Bagnall --- diff --git a/buildtools/wafsamba/samba_patterns.py b/buildtools/wafsamba/samba_patterns.py index 43422a71f99..bf62ee88070 100644 --- a/buildtools/wafsamba/samba_patterns.py +++ b/buildtools/wafsamba/samba_patterns.py @@ -23,6 +23,7 @@ def SAMBA_MKVERSION(bld, target, source='VERSION'): # git revision) included in the version. t = bld.SAMBA_GENERATOR('VERSION', rule=write_version_header, + group='setup', source=source, target=target, always=bld.is_install)