Remove last SVN cruft

This commit is contained in:
Philippe Teuwen
2012-11-27 18:56:54 +01:00
parent ac1d05328b
commit 2651cdce2e
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ 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
git clean -dfX
echo "<<< Sources cleaned."
if [ ! -f $LIBNFC_AUTOTOOLS_ARCHIVE ]; then