From f0a472a2d678dd0374181f1a6ac0a3d35503636e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 3 Nov 2010 12:09:23 +1100 Subject: waf: added reconfigure targets to our libraries This allows you to do "make reconfigure" to re-run configure only if needed --- source4/lib/ldb/wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/lib/ldb/wscript') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 45496c897e..8f431cbfdc 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -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) -- cgit