diff options
| author | Roy Marples <roy@marples.name> | 2015-05-18 11:21:50 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-05-18 11:21:50 +0000 |
| commit | 4c4d0308bddb76c84f0de8bee6e1295cc7e341a1 (patch) | |
| tree | ebd0e5e1dead9ad52c2a88d7cfba4598652e8bf0 /Makefile | |
| parent | 67cc50f9cb11defcab9c455aa9e31e46016fae27 (diff) | |
| download | dhcpcd-4c4d0308bddb76c84f0de8bee6e1295cc7e341a1.tar.xz | |
Use xz instead of bzip2 to create the distribution.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
