From c990f18b155433c4069e1210cfb48d1b3c033ffb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Jan 2012 18:38:27 +0000 Subject: (dist-git) compress with xz --- mdk-stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 392620e9b..11cc2e70e 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -233,7 +233,7 @@ dist-svn: rm -rf $(PRODUCT)-$(VERSION) dist-git: - @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD mdk-stage1 kernel Makefile.config | bzip2 >mdk-stage1/$(PRODUCT)-$(VERSION).tar.bz2; + @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD mdk-stage1 kernel Makefile.config | xz >mdk-stage1/$(PRODUCT)-$(VERSION).tar.xz; .depend: $(CPP) $(CFLAGS) -M $(ALLSRC) > .depend -- cgit v1.2.1