Enforce sources cleaning before tarball build.
This commit is contained in:
parent
1565d540a8
commit
69bf5caa9d
@ -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…
x
Reference in New Issue
Block a user