1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

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
This commit is contained in:
Andrew Tridgell 2010-04-06 20:48:15 +10:00
parent 07d9da4d2f
commit badc255748

View File

@ -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