Skip to content

Commit 14fb6db

Browse files
author
Michael Tokarev
committed
Makefile: "make dist" generates a .xz, not .bz2
Fixes: 9bc9e95 (make-release: switch to .xz format by default) Signed-off-by: Michael Tokarev <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
1 parent 1dae461 commit 14fb6db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ clean: recurse-clean
207207

208208
VERSION = $(shell cat $(SRC_PATH)/VERSION)
209209

210-
dist: qemu-$(VERSION).tar.bz2
210+
dist: qemu-$(VERSION).tar.xz
211211

212-
qemu-%.tar.bz2:
213-
$(SRC_PATH)/scripts/make-release "$(SRC_PATH)" "$(patsubst qemu-%.tar.bz2,%,$@)"
212+
qemu-%.tar.xz:
213+
$(SRC_PATH)/scripts/make-release "$(SRC_PATH)" "$(patsubst qemu-%.tar.xz,%,$@)"
214214

215215
distclean: clean recurse-distclean
216216
-$(quiet-@)test -f build.ninja && $(NINJA) $(NINJAFLAGS) -t clean -g || :

0 commit comments

Comments
 (0)