From eda6978507d04c03607e28d538ca49f596138725 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Feb 2008 18:27:04 +0000 Subject: (dis) prevent creating a big temporary file --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86dbbc5e..d3a05e4f 100644 --- a/Makefile +++ b/Makefile @@ -55,8 +55,7 @@ dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf - tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) - lzma ../$(NAME)-$(VERSION).tar + tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) gui.lst: -- cgit v1.2.1