Enforce sources cleaning before tarball build.

This commit is contained in:
Romuald Conty 2010-10-08 13:52:19 +00:00
parent 1565d540a8
commit 69bf5caa9d

View file

@ -11,6 +11,7 @@ LIBNFC_AUTOTOOLS_ARCHIVE=libnfc-$LIBNFC_VERSION.tar.gz
echo ">>> Cleaning sources..."
# First, clean what we can
rm -f configure config.h config.h.in
autoreconf -is && ./configure && make distclean
svn propget svn:ignore . | xargs rm -rf
echo "<<< Sources cleaned."