From 4bb656688728e3d2db3c63528e170750447fd61d 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(+) (limited to 'rescue/Makefile') 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