]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Use xz instead of bzip2 to create the distribution.
authorRoy Marples <roy@marples.name>
Mon, 18 May 2015 11:21:50 +0000 (11:21 +0000)
committerRoy Marples <roy@marples.name>
Mon, 18 May 2015 11:21:50 +0000 (11:21 +0000)
Makefile

index 8b17c39bf911fa3a9e95e1e953e1ea71cf833f35..e4a25668790526f24c268241ee8935e943ed7398 100644 (file)
--- 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: