From: Roy Marples Date: Mon, 18 May 2015 11:21:50 +0000 (+0000) Subject: Use xz instead of bzip2 to create the distribution. X-Git-Tag: v6.9.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4d0308bddb76c84f0de8bee6e1295cc7e341a1;p=thirdparty%2Fdhcpcd.git Use xz instead of bzip2 to create the distribution. --- diff --git a/Makefile b/Makefile index 8b17c39b..e4a25668 100644 --- a/Makefile +++ b/Makefile @@ -55,11 +55,11 @@ FOSSILID?= current DISTPREFIX?= ${PROG}-${VERSION} DISTFILEGZ?= ${DISTPREFIX}.tar.gz -DISTFILE?= ${DISTPREFIX}.tar.bz2 +DISTFILE?= ${DISTPREFIX}.tar.xz HOST_SH?= /bin/sh -CLEANFILES+= *.tar.bz2 +CLEANFILES+= *.tar.xz .PHONY: import import-bsd dev test @@ -139,7 +139,7 @@ distclean: clean dist: fossil tarball --name ${DISTPREFIX} ${FOSSILID} ${DISTFILEGZ} - gunzip -c ${DISTFILEGZ} | bzip2 >${DISTFILE} + gunzip -c ${DISTFILEGZ} | xz >${DISTFILE} rm ${DISTFILEGZ} snapshot: