From 2bd4af9392c71c184a00c6f25e49bf8b5e1da1da Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Aug 2007 13:25:07 +0000 Subject: use -rBASE for svn export in order to please blino by making sure local changes do not got exported --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 546b900e..abc77b73 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ tar: dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* - svn export -q . $(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 -- cgit v1.2.1