mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
fixup! Convert flashrom to git
Fix broken export Change-Id: I9d0fe93291de81b4d303589fd01565f429a61e9a Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/21824 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
f0cbbb05c9
commit
60f7a221e0
4
Makefile
4
Makefile
@ -1421,8 +1421,8 @@ export: _export
|
|||||||
@echo "Exported $(EXPORTDIR)/flashrom-$(RELEASENAME)/"
|
@echo "Exported $(EXPORTDIR)/flashrom-$(RELEASENAME)/"
|
||||||
|
|
||||||
tarball: _export
|
tarball: _export
|
||||||
@tar -cz --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz" \
|
@tar -cz --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz" -C $(EXPORTDIR)/ \
|
||||||
-C "$(EXPORTDIR)/$(TAROPTIONS)" "flashrom-$(RELEASENAME)/"
|
$(TAROPTIONS) "flashrom-$(RELEASENAME)/"
|
||||||
# Delete the exported directory again because it is most likely what's expected by the user.
|
# Delete the exported directory again because it is most likely what's expected by the user.
|
||||||
@rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)"
|
@rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)"
|
||||||
@echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz"
|
@echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user