From f002d52c1940395e85a698a22ea9124c3fa42541 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Feb 2007 11:42:30 +0000 Subject: (dis) instead of cpio use svn export which is cleaner and *much* faster --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3b4ea37..de4ee5c3 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,7 @@ tar: dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* - mkdir -p $(NAME)-$(VERSION) - find . -not -name "$(NAME)-$(VERSION)"|cpio -pld $(NAME)-$(VERSION)/ + svn export -q . $(NAME)-$(VERSION) find $(NAME)-$(VERSION) -type d -name .svn -o -name .cvsignore |xargs rm -rf tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) bzip2 -9f ../$(NAME)-$(VERSION).tar -- cgit v1.2.1