From e3daf975072f2d40724af5368618d654784d1d4d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:37:13 +0000 Subject: (tar) merge in localcopy now that it has no other user (needed for next commits) --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ad3e57..fc4d804 100644 --- a/Makefile +++ b/Makefile @@ -21,13 +21,11 @@ install: install -m755 iurt2 $(bindir)/iurt install -m755 emi ulri $(bindir)/ -tar: localcopy - tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) - rm -rf $(PACKAGE)-$(VERSION) - -localcopy: +tar: rm -fr $(PACKAGE)-$(VERSION) svn export -q -rBASE . $(PACKAGE)-$(VERSION) + tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) + rm -rf $(PACKAGE)-$(VERSION) clean: rm -rf svn -- cgit v1.2.1