wafsamba: run SAMBA_GENERATOR('VERSION') with group='setup'
authorStefan Metzmacher <metze@samba.org>
Wed, 1 Apr 2020 21:51:59 +0000 (23:51 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 7 Aug 2020 03:23:43 +0000 (03:23 +0000)
This means this is the first thing that's done.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
buildtools/wafsamba/samba_patterns.py

index 43422a71f99595f4aca48404cbc033191609b890..bf62ee8807059ef9afa6dae09734232bb5c8ca87 100644 (file)
@@ -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)