From c61f4dcc0f9611448e726e203d65c674e4d74427 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 May 2010 14:51:28 +0200 Subject: 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 --- buildtools/scripts/Makefile.waf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildtools/scripts/Makefile.waf') diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index 1345f19e91..5af4fd4239 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 -- cgit