summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Hendricks <dhendricks@fb.com>2017-10-19 14:54:44 -0700
committerDavid Hendricks <david.hendricks@gmail.com>2017-10-21 02:15:58 +0000
commite1a960e0a520263b380d898459b6909a8d7f59c5 (patch)
treeafbbff719b0b4dec023f26d8b074ed90be1c6c3a /Makefile
parent4343e7d44006dcda2ea76b0e7625837832141539 (diff)
downloadflashrom-e1a960e0a520263b380d898459b6909a8d7f59c5.tar.gz
flashrom-e1a960e0a520263b380d898459b6909a8d7f59c5.tar.bz2
flashrom-e1a960e0a520263b380d898459b6909a8d7f59c5.zip
Use bzip2 when making a tarball
Tarballs on download.flashrom.org are generally packaged using bzip2, so we may as well be internally consistent. Change-Id: Ib9fb1ea6d5994cd0285ce8db9675640fae992773 Signed-off-by: David Hendricks <dhendricks@fb.com> Reviewed-on: https://review.coreboot.org/22116 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 52f6c9842..5bd715892 100644
--- a/Makefile
+++ b/Makefile
@@ -1408,11 +1408,11 @@ export: _export
@echo "Exported $(EXPORTDIR)/flashrom-$(RELEASENAME)/"
tarball: _export
- @tar -cz --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz" -C $(EXPORTDIR)/ \
+ @tar -cj --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.bz2" -C $(EXPORTDIR)/ \
$(TAROPTIONS) "flashrom-$(RELEASENAME)/"
# Delete the exported directory again because it is most likely what's expected by the user.
@rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)"
- @echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz"
+ @echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.bz2"
libpayload: clean
make CC="CC=i386-elf-gcc lpgcc" AR=i386-elf-ar RANLIB=i386-elf-ranlib