From b863d22ab76768544b1dd2b7f373dcec91de4b1e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 24 Oct 2011 19:13:40 +0000 Subject: compress tarball with xz --- mdk-stage1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index ed051a4be..55c9eb314 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -222,14 +222,14 @@ tar: echo "Unknown SCM (not SVN nor GIT)";\ exit 1; \ fi; - $(info $(NAME)-$(VERSION).tar.bz2 is ready) + $(info $(NAME)-$(VERSION).tar.xz is ready) dist-svn: mkdir -p $(PRODUCT)-$(VERSION) svn export -q -rBASE . $(PRODUCT)-$(VERSION)/mdk-stage1 svn export -q -rBASE ../kernel $(PRODUCT)-$(VERSION)/kernel cp ../Makefile.config $(PRODUCT)-$(VERSION)/ - tar cfj $(PRODUCT)-$(VERSION).tar.bz2 $(PRODUCT)-$(VERSION) + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) dist-git: -- cgit v1.2.1