diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |