diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-05-06 14:51:28 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-05-06 14:56:43 +0200 |
commit | c61f4dcc0f9611448e726e203d65c674e4d74427 (patch) | |
tree | 5b650eb9c09c9d5f42b984c9e41791abed0ce56c /source4/wscript | |
parent | 049416c285026c03fffc2e27225bfef5c2f16469 (diff) | |
download | samba-c61f4dcc0f9611448e726e203d65c674e4d74427.tar.gz samba-c61f4dcc0f9611448e726e203d65c674e4d74427.tar.xz samba-c61f4dcc0f9611448e726e203d65c674e4d74427.zip |
build: added a reconfigure target
this is meant to be used by the s3 build, to allow jelmers work on
smbtorture4 in s3 to avoid re-running configure unless its needed
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 880069ed0e2..05bee1a6fed 100644 --- a/source4/wscript +++ b/source4/wscript @@ -157,3 +157,7 @@ def main(): wildcard_main(wildcard_cmd) Scripting.main = main +def reconfigure(ctx): + '''reconfigure if config scripts have changed''' + import samba_utils + samba_utils.reconfigure(ctx) |