mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
waf: Move script list to one-per-line
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
d11473b15d
commit
a80296b12e
@ -1,5 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
|
||||
for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns', 'gen_output.py']:
|
||||
for script in ['samba-tool',
|
||||
'samba_dnsupdate',
|
||||
'samba_spnupdate',
|
||||
'samba_kcc',
|
||||
'samba_upgradeprovision',
|
||||
'samba_upgradedns',
|
||||
'gen_output.py']:
|
||||
bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user