mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
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>
This commit is contained in:
parent
04b2db7d88
commit
ebaa002270
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user