From d150c3c7f9843aeb7ad973d4877fbfc747000c34 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Apr 2012 17:37:46 +0000 Subject: (tar) add a 'dist' alias --- rescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rescue/Makefile b/rescue/Makefile index ce7db09a6..a93fa963f 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -25,6 +25,8 @@ dist-svn: dist-git: @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD rescue tools/install-xml-file-list Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz; +dist: tar + tar: rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) @if [ -e "../.svn" ]; then \ -- cgit v1.2.1