aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-20 11:42:30 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-20 11:42:30 +0000
commitf002d52c1940395e85a698a22ea9124c3fa42541 (patch)
tree3c0a24f41004fed2cc36da3e85de1c9fa25d4d6a /Makefile
parentaf75521cafc913bdefb5254625d5942890e29328 (diff)
downloadrpmdrake-f002d52c1940395e85a698a22ea9124c3fa42541.tar
rpmdrake-f002d52c1940395e85a698a22ea9124c3fa42541.tar.gz
rpmdrake-f002d52c1940395e85a698a22ea9124c3fa42541.tar.bz2
rpmdrake-f002d52c1940395e85a698a22ea9124c3fa42541.tar.xz
rpmdrake-f002d52c1940395e85a698a22ea9124c3fa42541.zip
(dis) instead of cpio use svn export which is cleaner and *much* faster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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