From afa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Feb 2014 11:30:09 +0100 Subject: localcopy is now useless it just removes files that would be overwritten by git anyway... calling clean would be useless for git archive (and do nothing anyway...) --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9c9f994..df8440c 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,8 @@ clean: # rules to build tarball -localcopy: clean - rm -rf $(PACKAGE)-$(PKGVERSION)* localdist: tar -tar: localcopy +tar: git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz -- cgit v1.2.1