summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-04-01 23:51:59 +0200
committerDouglas Bagnall <dbagnall@samba.org>2020-08-07 03:23:43 +0000
commitebaa002270caf0efee95ab26757a0a3bf9920de4 (patch)
tree8ec8818dfef407ccc567750cd0e4ece96853d837 /buildtools
parent04b2db7d885a233276f271116040ee58669dd69e (diff)
downloadsamba-ebaa002270caf0efee95ab26757a0a3bf9920de4.tar.gz
wafsamba: run SAMBA_GENERATOR('VERSION') with group='setup'
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>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba_patterns.py1
1 files changed, 1 insertions, 0 deletions
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)