Skip to content

Commit

Permalink
Add pxz for tar
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 29, 2017
1 parent 2a871e2 commit 0bcb3ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ linux-pine64-$(RELEASE_NAME).tar: linux/arch/arm64/boot/Image boot-tools kernel/
cd kernel && \
bash ./make_kernel_tarball.sh $(shell readlink -f "$@")

%.tar.xz: %.tar
pxz -f -3 $<

%.img.xz: %.img
pxz -f -3 $<

Expand Down

0 comments on commit 0bcb3ca

Please sign in to comment.