mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
waf: added reconfigure targets to our libraries
This allows you to do "make reconfigure" to re-run configure only if needed
This commit is contained in:
parent
8c44dfc371
commit
f0a472a2d6
@ -132,3 +132,8 @@ def test(ctx):
|
||||
def dist():
|
||||
'''makes a tarball for distribution'''
|
||||
samba_dist.dist()
|
||||
|
||||
def reconfigure(ctx):
|
||||
'''reconfigure if config scripts have changed'''
|
||||
import samba_utils
|
||||
samba_utils.reconfigure(ctx)
|
||||
|
@ -126,3 +126,8 @@ def test(ctx):
|
||||
def dist():
|
||||
'''makes a tarball for distribution'''
|
||||
samba_dist.dist()
|
||||
|
||||
def reconfigure(ctx):
|
||||
'''reconfigure if config scripts have changed'''
|
||||
import samba_utils
|
||||
samba_utils.reconfigure(ctx)
|
||||
|
@ -101,3 +101,8 @@ def test(ctx):
|
||||
def dist():
|
||||
'''makes a tarball for distribution'''
|
||||
samba_dist.dist()
|
||||
|
||||
def reconfigure(ctx):
|
||||
'''reconfigure if config scripts have changed'''
|
||||
import samba_utils
|
||||
samba_utils.reconfigure(ctx)
|
||||
|
@ -234,3 +234,8 @@ def test(ctx):
|
||||
def dist():
|
||||
'''makes a tarball for distribution'''
|
||||
samba_dist.dist()
|
||||
|
||||
def reconfigure(ctx):
|
||||
'''reconfigure if config scripts have changed'''
|
||||
import samba_utils
|
||||
samba_utils.reconfigure(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user