summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-02-16 11:30:09 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-02-16 11:30:09 +0100
commitafa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b (patch)
tree515a4b7d81e247f7f2e56a9637b83959ecb4c925 /Makefile
parentc6518fd8d427498ec1a1fbb71b434f913334f585 (diff)
downloadconfig-afa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b.tar
config-afa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b.tar.gz
config-afa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b.tar.bz2
config-afa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b.tar.xz
config-afa14e5db9164545e6b8dd0bb4e8c5e9695f4c0b.zip
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...)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 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