Enforce sources cleaning before tarball build.
This commit is contained in:
parent
1565d540a8
commit
69bf5caa9d
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ LIBNFC_AUTOTOOLS_ARCHIVE=libnfc-$LIBNFC_VERSION.tar.gz
|
||||||
|
|
||||||
echo ">>> Cleaning sources..."
|
echo ">>> Cleaning sources..."
|
||||||
# First, clean what we can
|
# First, clean what we can
|
||||||
|
rm -f configure config.h config.h.in
|
||||||
autoreconf -is && ./configure && make distclean
|
autoreconf -is && ./configure && make distclean
|
||||||
svn propget svn:ignore . | xargs rm -rf
|
svn propget svn:ignore . | xargs rm -rf
|
||||||
echo "<<< Sources cleaned."
|
echo "<<< Sources cleaned."
|
||||||
|
|
Loading…
Reference in a new issue