mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 11:03:48 +00:00
Enforce sources cleaning before tarball build.
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user