From: Andrew Tridgell Date: Tue, 6 Apr 2010 10:48:15 +0000 (+1000) Subject: s4-build: remove any 'makefile' that may have been left by the waf build X-Git-Tag: samba-3.6.0pre1~3247 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=badc255748aa71f98c99c4c47343011286c8445d;p=samba.git s4-build: remove any 'makefile' that may have been left by the waf build this allows ./autogen.sh to be used to switch back to the old build system after trying the waf build --- diff --git a/source4/autogen.sh b/source4/autogen.sh index 1936af43512..86fb1ac7abf 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -80,5 +80,8 @@ $AUTOCONF $IPATHS || exit 1 rm -rf autom4te*.cache +# remove a 'makefile' that may have been left by the waf build +rm -f makefile + echo "Now run ./configure (or ./configure.developer) and then make." exit 0