From 16473a14d72a8d0615c83ba87e57cad5f2bcda9c Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 27 Apr 2009 16:59:52 +0000 Subject: Small cleanups in make dist-svn --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b81161..bdd7e0e 100644 --- a/Makefile +++ b/Makefile @@ -60,9 +60,7 @@ dist: dist-svn: rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf - tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) - bzip2 -9f ../$(NAME)-$(VERSION).tar + tar jcf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) dist-git: -- cgit v1.2.1