summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-06 14:51:28 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-06 14:56:43 +0200
commitc61f4dcc0f9611448e726e203d65c674e4d74427 (patch)
tree5b650eb9c09c9d5f42b984c9e41791abed0ce56c /buildtools/scripts
parent049416c285026c03fffc2e27225bfef5c2f16469 (diff)
downloadsamba-c61f4dcc0f9611448e726e203d65c674e4d74427.tar.gz
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 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index 1345f19e916..5af4fd42395 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -29,6 +29,9 @@ clean:
distclean:
$(WAF) distclean
+reconfigure: configure
+ $(WAF) reconfigure
+
# some compatibility make targets
everything: all