summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-05-18 11:21:50 +0000
committerRoy Marples <roy@marples.name>2015-05-18 11:21:50 +0000
commit4c4d0308bddb76c84f0de8bee6e1295cc7e341a1 (patch)
treeebd0e5e1dead9ad52c2a88d7cfba4598652e8bf0 /Makefile
parent67cc50f9cb11defcab9c455aa9e31e46016fae27 (diff)
downloaddhcpcd-4c4d0308bddb76c84f0de8bee6e1295cc7e341a1.tar.xz
Use xz instead of bzip2 to create the distribution.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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: